diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-10 11:00:11 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-10 11:00:11 +0200 |
commit | 8e3aff0ce03cbc44b2fa80fb62fa2378a5212a5a (patch) | |
tree | 844103368dc1723c860a0d11cc30b3540cea67e0 /testsuite/cpio.tests | |
parent | e3d90a90d43b857a5305808560d485b030a15c0a (diff) | |
download | busybox-w32-8e3aff0ce03cbc44b2fa80fb62fa2378a5212a5a.tar.gz busybox-w32-8e3aff0ce03cbc44b2fa80fb62fa2378a5212a5a.tar.bz2 busybox-w32-8e3aff0ce03cbc44b2fa80fb62fa2378a5212a5a.zip |
more randomconfig testsuite 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, 1 insertions, 1 deletions
diff --git a/testsuite/cpio.tests b/testsuite/cpio.tests index 2b8f0d030..b4c41dd9a 100755 --- a/testsuite/cpio.tests +++ b/testsuite/cpio.tests | |||
@@ -69,7 +69,7 @@ ln cpio.testdir/empty cpio.testdir/empty1 | |||
69 | ln cpio.testdir/nonempty cpio.testdir/nonempty1 | 69 | ln cpio.testdir/nonempty cpio.testdir/nonempty1 |
70 | mkdir cpio.testdir2 | 70 | mkdir cpio.testdir2 |
71 | 71 | ||
72 | optional FEATURE_CPIO_O | 72 | optional FEATURE_CPIO_O LONG_OPTS |
73 | testing "cpio extracts zero-sized hardlinks 2" \ | 73 | testing "cpio extracts zero-sized hardlinks 2" \ |
74 | "find cpio.testdir | cpio -H newc --create | (cd cpio.testdir2 && cpio -i 2>&1); echo \$?; | 74 | "find cpio.testdir | cpio -H newc --create | (cd cpio.testdir2 && cpio -i 2>&1); echo \$?; |
75 | ls -ln cpio.testdir2/cpio.testdir | $FILTER_LS" \ | 75 | ls -ln cpio.testdir2/cpio.testdir | $FILTER_LS" \ |