aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/bzcat/bzcat-does-not-remove-compressed-file (renamed from testsuite/bunzip2/bzcat-does-not-remove-compressed-file)0
-rwxr-xr-xtestsuite/cpio.tests3
-rwxr-xr-xtestsuite/tar.tests4
3 files changed, 5 insertions, 2 deletions
diff --git a/testsuite/bunzip2/bzcat-does-not-remove-compressed-file b/testsuite/bzcat/bzcat-does-not-remove-compressed-file
index 7d4016ec5..7d4016ec5 100644
--- a/testsuite/bunzip2/bzcat-does-not-remove-compressed-file
+++ b/testsuite/bzcat/bzcat-does-not-remove-compressed-file
diff --git a/testsuite/cpio.tests b/testsuite/cpio.tests
index d44c95b10..88ec086b6 100755
--- a/testsuite/cpio.tests
+++ b/testsuite/cpio.tests
@@ -127,6 +127,7 @@ testing "cpio extracts in existing directory" \
127" "" "" 127" "" ""
128SKIP= 128SKIP=
129 129
130optional FEATURE_CPIO_O
130testing "cpio uses by default uid/gid" \ 131testing "cpio uses by default uid/gid" \
131"echo $0 | cpio -o -H newc | cpio -tv 2>&1 | tail -n +2 | awk ' { print \$2 } '; echo \$?" \ 132"echo $0 | cpio -o -H newc | cpio -tv 2>&1 | tail -n +2 | awk ' { print \$2 } '; echo \$?" \
132"\ 133"\
@@ -135,6 +136,7 @@ $user/$group
135" "" "" 136" "" ""
136SKIP= 137SKIP=
137 138
139optional FEATURE_CPIO_O
138testing "cpio -R with create" \ 140testing "cpio -R with create" \
139"echo $0 | cpio -o -H newc -R 1234:5678 | cpio -tv 2>&1 | tail -n +2 | awk ' { print \$2 } '; echo \$?" \ 141"echo $0 | cpio -o -H newc -R 1234:5678 | cpio -tv 2>&1 | tail -n +2 | awk ' { print \$2 } '; echo \$?" \
140"\ 142"\
@@ -143,6 +145,7 @@ testing "cpio -R with create" \
143" "" "" 145" "" ""
144SKIP= 146SKIP=
145 147
148optional FEATURE_CPIO_O
146testing "cpio -R with extract" \ 149testing "cpio -R with extract" \
147"echo $0 | cpio -o -H newc | cpio -tv -R 8765:4321 2>&1 | tail -n +2 | awk ' { print \$2 } '; echo \$?" \ 150"echo $0 | cpio -o -H newc | cpio -tv -R 8765:4321 2>&1 | tail -n +2 | awk ' { print \$2 } '; echo \$?" \
148"\ 151"\
diff --git a/testsuite/tar.tests b/testsuite/tar.tests
index ffcbe9ba9..9f7ce1587 100755
--- a/testsuite/tar.tests
+++ b/testsuite/tar.tests
@@ -299,11 +299,11 @@ l4/V8LDoe90yiWJhOJvIypgEfxdyRThQkBVn/bI=
299" 299"
300SKIP= 300SKIP=
301 301
302optional UNICODE_SUPPORT 302optional UNICODE_SUPPORT FEATURE_TAR_GNU_EXTENSIONS FEATURE_SEAMLESS_BZ2 FEATURE_TAR_AUTODETECT
303testing "Pax-encoded UTF8 names and symlinks" '\ 303testing "Pax-encoded UTF8 names and symlinks" '\
304tar xvf ../tar.utf8.tar.bz2 2>&1; echo $? 304tar xvf ../tar.utf8.tar.bz2 2>&1; echo $?
305export LANG=en_US.UTF-8 305export LANG=en_US.UTF-8
306ls -l etc/ssl/certs/* | sed "s:.*etc/:etc/:" 306ls -l etc/ssl/certs/* | sed "s:.*etc/:etc/:" | sort
307unset LANG 307unset LANG
308rm -rf etc usr 308rm -rf etc usr
309' "\ 309' "\