fix some testsuite false positives

This commit is contained in:
Denis Vlasenko
2008-08-04 14:40:58 +00:00
parent 27842288b3
commit 5db861a9eb
3 changed files with 12 additions and 6 deletions

View File

@@ -23,5 +23,7 @@ res1="\
lrwxrwxrwx user/group 0 2008-07-19 15:02:37 firmware-372/sources/native/bin/chroot-setup.sh -> qemu-setup.sh
-rwxr-xr-x user/group 512 2008-07-19 15:02:37 firmware-372/sources/native/bin/qemu-setup.sh"
export TZ=UTC-2
t=`tar1_bz2 | bunzip2 | busybox tar tvf -`
test x"$res1" = x"$t"

View File

@@ -244,6 +244,8 @@ tar2_bz2()
# also lacking proper terminating zeroed blocks. But exitcode is 0.
# This is intended.
export TZ=UTC-1
# Case 1: long name, with path in prefix field
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'
t=`tar1_bz2 | bunzip2 | busybox tar tvf -`