aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cpio.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/cpio.tests')
-rwxr-xr-xtestsuite/cpio.tests4
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
34optional FEATURE_LS_SORTFILES 34optional FEATURE_LS_SORTFILES FEATURE_LS_TIMESTAMPS
35testing "cpio extracts zero-sized hardlinks" \ 35testing "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 \$?;
37ls -ln cpio.testdir | $FILTER_LS" \ 37ls -ln cpio.testdir | $FILTER_LS" \
@@ -71,7 +71,7 @@ ln cpio.testdir/empty cpio.testdir/empty1
71ln cpio.testdir/nonempty cpio.testdir/nonempty1 71ln cpio.testdir/nonempty cpio.testdir/nonempty1
72mkdir cpio.testdir2 72mkdir cpio.testdir2
73 73
74optional FEATURE_CPIO_O LONG_OPTS 74optional FEATURE_CPIO_O LONG_OPTS FEATURE_LS_SORTFILES FEATURE_LS_TIMESTAMPS
75testing "cpio extracts zero-sized hardlinks 2" \ 75testing "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 \$?;
77ls -ln cpio.testdir2/cpio.testdir | $FILTER_LS" \ 77ls -ln cpio.testdir2/cpio.testdir | $FILTER_LS" \