randomconfig fixes
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 12 Dec 2016 08:26:16 +0000 (09:26 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 12 Dec 2016 08:26:16 +0000 (09:26 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
testsuite/bunzip2/bzcat-does-not-remove-compressed-file [deleted file]
testsuite/bzcat/bzcat-does-not-remove-compressed-file [new file with mode: 0644]
testsuite/cpio.tests
testsuite/tar.tests

diff --git a/testsuite/bunzip2/bzcat-does-not-remove-compressed-file b/testsuite/bunzip2/bzcat-does-not-remove-compressed-file
deleted file mode 100644 (file)
index 7d4016e..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-echo foo | bzip2 >foo.bz2
-busybox bzcat foo.bz2
-test -f foo.bz2
diff --git a/testsuite/bzcat/bzcat-does-not-remove-compressed-file b/testsuite/bzcat/bzcat-does-not-remove-compressed-file
new file mode 100644 (file)
index 0000000..7d4016e
--- /dev/null
@@ -0,0 +1,3 @@
+echo foo | bzip2 >foo.bz2
+busybox bzcat foo.bz2
+test -f foo.bz2
index d44c95b102f2276abc249131c436c715f4f6b27a..88ec086b6c8a5017b1cee938664540be9f875693 100755 (executable)
@@ -127,6 +127,7 @@ testing "cpio extracts in existing directory" \
 " "" ""
 SKIP=
 
+optional FEATURE_CPIO_O
 testing "cpio uses by default uid/gid" \
 "echo $0 | cpio -o -H newc | cpio -tv 2>&1 | tail -n +2 | awk ' { print \$2 } '; echo \$?" \
 "\
@@ -135,6 +136,7 @@ $user/$group
 " "" ""
 SKIP=
 
+optional FEATURE_CPIO_O
 testing "cpio -R with create" \
 "echo $0 | cpio -o -H newc -R 1234:5678 | cpio -tv 2>&1 | tail -n +2 | awk ' { print \$2 } '; echo \$?" \
 "\
@@ -143,6 +145,7 @@ testing "cpio -R with create" \
 " "" ""
 SKIP=
 
+optional FEATURE_CPIO_O
 testing "cpio -R with extract" \
 "echo $0 | cpio -o -H newc | cpio -tv -R 8765:4321 2>&1 | tail -n +2 | awk ' { print \$2 } '; echo \$?" \
 "\
index ffcbe9ba9378b22c7ebd73dcb54372da8ed12275..18883c9660809d5032981b37868f7052f13efbde 100755 (executable)
@@ -299,7 +299,7 @@ l4/V8LDoe90yiWJhOJvIypgEfxdyRThQkBVn/bI=
 "
 SKIP=
 
-optional UNICODE_SUPPORT
+optional UNICODE_SUPPORT FEATURE_TAR_GNU_EXTENSIONS
 testing "Pax-encoded UTF8 names and symlinks" '\
 tar xvf ../tar.utf8.tar.bz2 2>&1; echo $?
 export LANG=en_US.UTF-8