summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-05-28 02:03:29 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-05-28 02:03:29 +0200
commit398c65997050ffadf0f445a8f858b74e0355753d (patch)
treefafb637c430ba6bf220a36f86956a9030daaf6b3 /testsuite
parent93cadc2fddbf8e640501dfd0ed0344119cb892ee (diff)
downloadbusybox-w32-398c65997050ffadf0f445a8f858b74e0355753d.tar.gz
busybox-w32-398c65997050ffadf0f445a8f858b74e0355753d.tar.bz2
busybox-w32-398c65997050ffadf0f445a8f858b74e0355753d.zip
cpio.tests: fix false positive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/cpio.tests3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/cpio.tests b/testsuite/cpio.tests
index eb3e57647..576180ff1 100755
--- a/testsuite/cpio.tests
+++ b/testsuite/cpio.tests
@@ -41,7 +41,7 @@ ls -ln cpio.testdir | $FILTER_LS" \
41" \ 41" \
42 "" "" 42 "" ""
43 43
44# Currently fails. Numerous: "1 blocks" versus "1 block", 44# Currently fails. Numerous buglets: "1 blocks" versus "1 block",
45# "1 block" must go to stderr, does not list cpio.testdir/x and cpio.testdir/y 45# "1 block" must go to stderr, does not list cpio.testdir/x and cpio.testdir/y
46testing "cpio lists hardlinks" \ 46testing "cpio lists hardlinks" \
47"$ECHO -ne '$hexdump' | bzcat | cpio -t 2>&1; echo \$?" \ 47"$ECHO -ne '$hexdump' | bzcat | cpio -t 2>&1; echo \$?" \
@@ -68,6 +68,7 @@ testing "cpio extracts zero-sized hardlinks 2" \
68"find cpio.testdir | cpio -H newc --create | (cd cpio.testdir2 && cpio -i); echo \$?; 68"find cpio.testdir | cpio -H newc --create | (cd cpio.testdir2 && cpio -i); echo \$?;
69ls -ln cpio.testdir2/cpio.testdir | $FILTER_LS" \ 69ls -ln cpio.testdir2/cpio.testdir | $FILTER_LS" \
70"\ 70"\
712 blocks
710 720
72-rw-r--r-- 2 $user $group 0 empty 73-rw-r--r-- 2 $user $group 0 empty
73-rw-r--r-- 2 $user $group 0 empty1 74-rw-r--r-- 2 $user $group 0 empty1