mirror of https://github.com/mirror/busybox.git
fix unpacker testsuite to match actual output
parent
960eca66b5
commit
de1c8b2e92
|
@ -66,7 +66,7 @@ prep; >t.zz; check "$unpack: unknown suffix" "${bb}$unpack t.zz t1.$ext; echo \$
|
||||||
|
|
||||||
|
|
||||||
# In this case file "t1" exists, and we skip t1.gz and unpack t2.gz
|
# In this case file "t1" exists, and we skip t1.gz and unpack t2.gz
|
||||||
expected="$unpack: t1: File exists
|
expected="$unpack: can't open 't1': File exists
|
||||||
1
|
1
|
||||||
HELLO
|
HELLO
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue