diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-04 14:40:58 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-04 14:40:58 +0000 |
commit | 5db861a9eb93c4562798654f53022088784f35eb (patch) | |
tree | 60572a6fe1df5b7079482ec4490fca559c58fbd2 /testsuite/tar | |
parent | 27842288b393e532e5693f2a2bab94fee73a326d (diff) | |
download | busybox-w32-5db861a9eb93c4562798654f53022088784f35eb.tar.gz busybox-w32-5db861a9eb93c4562798654f53022088784f35eb.tar.bz2 busybox-w32-5db861a9eb93c4562798654f53022088784f35eb.zip |
fix some testsuite false positives
Diffstat (limited to 'testsuite/tar')
-rw-r--r-- | testsuite/tar/tar_with_link_with_size | 2 | ||||
-rw-r--r-- | testsuite/tar/tar_with_prefix_fields | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tar/tar_with_link_with_size b/testsuite/tar/tar_with_link_with_size index 40454f21c..5b61cc70b 100644 --- a/testsuite/tar/tar_with_link_with_size +++ b/testsuite/tar/tar_with_link_with_size | |||
@@ -23,5 +23,7 @@ res1="\ | |||
23 | lrwxrwxrwx user/group 0 2008-07-19 15:02:37 firmware-372/sources/native/bin/chroot-setup.sh -> qemu-setup.sh | 23 | lrwxrwxrwx user/group 0 2008-07-19 15:02:37 firmware-372/sources/native/bin/chroot-setup.sh -> qemu-setup.sh |
24 | -rwxr-xr-x user/group 512 2008-07-19 15:02:37 firmware-372/sources/native/bin/qemu-setup.sh" | 24 | -rwxr-xr-x user/group 512 2008-07-19 15:02:37 firmware-372/sources/native/bin/qemu-setup.sh" |
25 | 25 | ||
26 | export TZ=UTC-2 | ||
27 | |||
26 | t=`tar1_bz2 | bunzip2 | busybox tar tvf -` | 28 | t=`tar1_bz2 | bunzip2 | busybox tar tvf -` |
27 | test x"$res1" = x"$t" | 29 | test x"$res1" = x"$t" |
diff --git a/testsuite/tar/tar_with_prefix_fields b/testsuite/tar/tar_with_prefix_fields index fbc35ab15..1c7124d52 100644 --- a/testsuite/tar/tar_with_prefix_fields +++ b/testsuite/tar/tar_with_prefix_fields | |||
@@ -244,6 +244,8 @@ tar2_bz2() | |||
244 | # also lacking proper terminating zeroed blocks. But exitcode is 0. | 244 | # also lacking proper terminating zeroed blocks. But exitcode is 0. |
245 | # This is intended. | 245 | # This is intended. |
246 | 246 | ||
247 | export TZ=UTC-1 | ||
248 | |||
247 | # Case 1: long name, with path in prefix field | 249 | # Case 1: long name, with path in prefix field |
248 | res1='-rw-r--r-- fm3/users 9869 2007-03-12 10:44:54 VirtualBox-1.5.6_OSE/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/public/ipcITransactionService.idl' | 250 | res1='-rw-r--r-- fm3/users 9869 2007-03-12 10:44:54 VirtualBox-1.5.6_OSE/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/public/ipcITransactionService.idl' |
249 | t=`tar1_bz2 | bunzip2 | busybox tar tvf -` | 251 | t=`tar1_bz2 | bunzip2 | busybox tar tvf -` |