Skip to content

Commit 79beed0

Browse files
committed
qa/338: tweak file mode filter
1 parent 59fdbfe commit 79beed0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

qa/338

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ END { if ( eatlines ) {
9797
-e "s/local:/HOST/g" \
9898
-e "s/`hostname | sed -e 's/\..*//'`/HOST/g" \
9999
-e '/\/var\/adm\/pcplog\/NOTICES/d' \
100-
-e 's/-rw-r--r--\./-rw-r--r--/' \
100+
-e 's/-rw-rw-r--\./-rw-rw-r--/' \
101101
| $PCP_AWK_PROG '
102-
/-rw-r--r--/ { print $1,"...",$5,"...",$9; next }
102+
/-rw-rw-r--/ { print $1,"...",$5,"...",$9; next }
103103
{ print }' \
104104
| _filter_cron_scripts
105105
}

qa/338.out.disabled

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ Input archives to be merged:
9191
YESTERDAY.00.02
9292
YESTERDAY.00.04
9393
Output archive files:
94-
-rw-r--r-- ... 455 ... YESTERDAY.meta
95-
-rw-r--r-- ... 192 ... YESTERDAY.index
96-
-rw-r--r-- ... 864 ... YESTERDAY.0
94+
-rw-rw-r-- ... 455 ... YESTERDAY.meta
95+
-rw-rw-r-- ... 192 ... YESTERDAY.index
96+
-rw-rw-r-- ... 864 ... YESTERDAY.0
9797
Removing input archive files ...... done
9898
NOW-2.00.02.0
9999
NOW-2.00.02.index

qa/338.out.enabled

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ Input archives to be merged:
9595
YESTERDAY.00.02
9696
YESTERDAY.00.04
9797
Output archive files:
98-
-rw-r--r-- ... 455 ... YESTERDAY.meta
99-
-rw-r--r-- ... 192 ... YESTERDAY.index
100-
-rw-r--r-- ... 864 ... YESTERDAY.0
98+
-rw-rw-r-- ... 455 ... YESTERDAY.meta
99+
-rw-rw-r-- ... 192 ... YESTERDAY.index
100+
-rw-rw-r-- ... 864 ... YESTERDAY.0
101101
Removing input archive files ...... done
102102
NOW-2.00.02.0
103103
NOW-2.00.02.index

0 commit comments

Comments
 (0)