diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-21 13:16:32 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-21 13:16:32 +0000 |
commit | 0beaff8c19fddb694aab084a59c47b486dd6a8eb (patch) | |
tree | 0b070e29913758862b0c3a9dccad93418199c569 /testsuite | |
parent | 9b0a439f026adec773706625f080ab00ae537fa0 (diff) | |
download | busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.tar.gz busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.tar.bz2 busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.zip |
update Glenn McGrath's email address
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tar/tar-extracts-multiple-files | 2 | ||||
-rwxr-xr-x | testsuite/unzip.tests | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tar/tar-extracts-multiple-files b/testsuite/tar/tar-extracts-multiple-files index 8ae8cdda5..7897d81d2 100644 --- a/testsuite/tar/tar-extracts-multiple-files +++ b/testsuite/tar/tar-extracts-multiple-files | |||
@@ -1,5 +1,5 @@ | |||
1 | touch foo bar | 1 | touch foo bar |
2 | busybox tar cf foo.tar foo bar | 2 | tar cf foo.tar foo bar |
3 | rm foo bar | 3 | rm foo bar |
4 | busybox tar -xf foo.tar | 4 | busybox tar -xf foo.tar |
5 | test -f foo | 5 | test -f foo |
diff --git a/testsuite/unzip.tests b/testsuite/unzip.tests index 77814886f..975079db6 100755 --- a/testsuite/unzip.tests +++ b/testsuite/unzip.tests | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # Tests for unzip. | 3 | # Tests for unzip. |
4 | # Copyright 2006 Rob Landley <rob@landley.net> | 4 | # Copyright 2006 Rob Landley <rob@landley.net> |
5 | # Copyright 2006 Glenn McGrath <bug1@ihug.co.nz> | 5 | # Copyright 2006 Glenn McGrath |
6 | # Licensed under GPL v2, see file LICENSE for details. | 6 | # Licensed under GPL v2, see file LICENSE for details. |
7 | 7 | ||
8 | . testing.sh | 8 | . testing.sh |