diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 03:53:57 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 03:53:57 +0200 |
commit | bfa1b2e8e8aaddcf849011a12cb2ac634b27f339 (patch) | |
tree | 4a5fbaef1371fb8b2ca504e753fa2a31d25234d4 /testsuite/cpio.tests | |
parent | 6334390aef2eb52cc827a6d18f942b2b8a04ef59 (diff) | |
download | busybox-w32-bfa1b2e8e8aaddcf849011a12cb2ac634b27f339.tar.gz busybox-w32-bfa1b2e8e8aaddcf849011a12cb2ac634b27f339.tar.bz2 busybox-w32-bfa1b2e8e8aaddcf849011a12cb2ac634b27f339.zip |
randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/cpio.tests')
-rwxr-xr-x | testsuite/cpio.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/cpio.tests b/testsuite/cpio.tests index b4c41dd9a..8cb8b787b 100755 --- a/testsuite/cpio.tests +++ b/testsuite/cpio.tests | |||
@@ -31,6 +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 | testing "cpio extracts zero-sized hardlinks" \ | 35 | testing "cpio extracts zero-sized hardlinks" \ |
35 | "$ECHO -ne '$hexdump' | bzcat | cpio -i 2>&1; echo \$?; | 36 | "$ECHO -ne '$hexdump' | bzcat | cpio -i 2>&1; echo \$?; |
36 | ls -ln cpio.testdir | $FILTER_LS" \ | 37 | ls -ln cpio.testdir | $FILTER_LS" \ |
@@ -41,6 +42,7 @@ ls -ln cpio.testdir | $FILTER_LS" \ | |||
41 | -rw-r--r-- 2 $user $group 0 y | 42 | -rw-r--r-- 2 $user $group 0 y |
42 | " \ | 43 | " \ |
43 | "" "" | 44 | "" "" |
45 | SKIP= | ||
44 | 46 | ||
45 | 47 | ||
46 | test x"$SKIP_KNOWN_BUGS" = x"" && { | 48 | test x"$SKIP_KNOWN_BUGS" = x"" && { |