diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 04:32:04 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 04:32:04 +0200 |
commit | c0211e907ba0db44adab2c210caa284e49241ba5 (patch) | |
tree | c89d73c3e3664bf3aad27ff72adbdab446fe41a7 /testsuite/cpio.tests | |
parent | bfa1b2e8e8aaddcf849011a12cb2ac634b27f339 (diff) | |
download | busybox-w32-c0211e907ba0db44adab2c210caa284e49241ba5.tar.gz busybox-w32-c0211e907ba0db44adab2c210caa284e49241ba5.tar.bz2 busybox-w32-c0211e907ba0db44adab2c210caa284e49241ba5.zip |
randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/cpio.tests')
-rwxr-xr-x | testsuite/cpio.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/cpio.tests b/testsuite/cpio.tests index 8cb8b787b..725e70eab 100755 --- a/testsuite/cpio.tests +++ b/testsuite/cpio.tests | |||
@@ -31,7 +31,7 @@ rm -rf cpio.testdir cpio.testdir2 2>/dev/null | |||
31 | 31 | ||
32 | # testing "test name" "command" "expected result" "file input" "stdin" | 32 | # testing "test name" "command" "expected result" "file input" "stdin" |
33 | 33 | ||
34 | optional FEATURE_LS_SORTFILES | 34 | optional FEATURE_LS_SORTFILES FEATURE_LS_TIMESTAMPS |
35 | testing "cpio extracts zero-sized hardlinks" \ | 35 | testing "cpio extracts zero-sized hardlinks" \ |
36 | "$ECHO -ne '$hexdump' | bzcat | cpio -i 2>&1; echo \$?; | 36 | "$ECHO -ne '$hexdump' | bzcat | cpio -i 2>&1; echo \$?; |
37 | ls -ln cpio.testdir | $FILTER_LS" \ | 37 | ls -ln cpio.testdir | $FILTER_LS" \ |
@@ -71,7 +71,7 @@ ln cpio.testdir/empty cpio.testdir/empty1 | |||
71 | ln cpio.testdir/nonempty cpio.testdir/nonempty1 | 71 | ln cpio.testdir/nonempty cpio.testdir/nonempty1 |
72 | mkdir cpio.testdir2 | 72 | mkdir cpio.testdir2 |
73 | 73 | ||
74 | optional FEATURE_CPIO_O LONG_OPTS | 74 | optional FEATURE_CPIO_O LONG_OPTS FEATURE_LS_SORTFILES FEATURE_LS_TIMESTAMPS |
75 | testing "cpio extracts zero-sized hardlinks 2" \ | 75 | testing "cpio extracts zero-sized hardlinks 2" \ |
76 | "find cpio.testdir | cpio -H newc --create | (cd cpio.testdir2 && cpio -i 2>&1); echo \$?; | 76 | "find cpio.testdir | cpio -H newc --create | (cd cpio.testdir2 && cpio -i 2>&1); echo \$?; |
77 | ls -ln cpio.testdir2/cpio.testdir | $FILTER_LS" \ | 77 | ls -ln cpio.testdir2/cpio.testdir | $FILTER_LS" \ |