aboutsummaryrefslogtreecommitdiff
path: root/testsuite/tar/tar-extracts-multiple-files
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tar/tar-extracts-multiple-files')
-rw-r--r--testsuite/tar/tar-extracts-multiple-files6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tar/tar-extracts-multiple-files b/testsuite/tar/tar-extracts-multiple-files
index 46701dc3f..8ae8cdda5 100644
--- a/testsuite/tar/tar-extracts-multiple-files
+++ b/testsuite/tar/tar-extracts-multiple-files
@@ -1,6 +1,6 @@
1touch foo bar 1touch foo bar
2tar cf foo.tar foo bar 2busybox tar cf foo.tar foo bar
3rm foo bar 3rm foo bar
4busybox tar -xf foo.tar 4busybox tar -xf foo.tar
5test -f foo -a -f bar 5test -f foo
6exit 99; 6test -f bar