diff options
Diffstat (limited to 'testsuite/cpio.tests')
-rwxr-xr-x | testsuite/cpio.tests | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/cpio.tests b/testsuite/cpio.tests index f21ba18d1..56f1885ac 100755 --- a/testsuite/cpio.tests +++ b/testsuite/cpio.tests | |||
@@ -36,6 +36,7 @@ ls -ln cpio.testdir | $FILTER_LS" \ | |||
36 | "\ | 36 | "\ |
37 | 1 blocks | 37 | 1 blocks |
38 | 0 | 38 | 0 |
39 | total 0 | ||
39 | -rw-r--r-- 2 $user $group 0 x | 40 | -rw-r--r-- 2 $user $group 0 x |
40 | -rw-r--r-- 2 $user $group 0 y | 41 | -rw-r--r-- 2 $user $group 0 y |
41 | " \ | 42 | " \ |
@@ -47,10 +48,10 @@ test x"$SKIP_KNOWN_BUGS" = x"" && { | |||
47 | testing "cpio lists hardlinks" \ | 48 | testing "cpio lists hardlinks" \ |
48 | "$ECHO -ne '$hexdump' | bzcat | cpio -t 2>&1; echo \$?" \ | 49 | "$ECHO -ne '$hexdump' | bzcat | cpio -t 2>&1; echo \$?" \ |
49 | "\ | 50 | "\ |
50 | 1 block | ||
51 | cpio.testdir | 51 | cpio.testdir |
52 | cpio.testdir/x | 52 | cpio.testdir/x |
53 | cpio.testdir/y | 53 | cpio.testdir/y |
54 | 1 blocks | ||
54 | 0 | 55 | 0 |
55 | " \ | 56 | " \ |
56 | "" "" | 57 | "" "" |
@@ -72,6 +73,7 @@ ls -ln cpio.testdir2/cpio.testdir | $FILTER_LS" \ | |||
72 | "\ | 73 | "\ |
73 | 2 blocks | 74 | 2 blocks |
74 | 0 | 75 | 0 |
76 | total 8 | ||
75 | -rw-r--r-- 2 $user $group 0 empty | 77 | -rw-r--r-- 2 $user $group 0 empty |
76 | -rw-r--r-- 2 $user $group 0 empty1 | 78 | -rw-r--r-- 2 $user $group 0 empty1 |
77 | -rw-r--r-- 2 $user $group 2 nonempty | 79 | -rw-r--r-- 2 $user $group 2 nonempty |