<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> ------------------------------------------------------------------------
r19157 | vda | 2007-07-18 13:47:13 -0500 (Wed, 18 Jul 2007) | 3 lines
Changed paths:
   M /trunk/busybox/testsuite/bunzip2.tests

fix unpacker testsuite to match actual output


 ------------------------------------------------------------------------
Index: testsuite/bunzip2.tests
===================================================================
--- testsuite/bunzip2.tests	(revision 19156)
+++ testsuite/bunzip2.tests	(revision 19157)
@@ -66,7 +66,7 @@
 
 
 # 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
 HELLO
 "
</pre></body></html>