From de1c8b2e920996af143dfe75c370117c60579727 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 18 Jul 2007 18:47:13 +0000 Subject: [PATCH] fix unpacker testsuite to match actual output --- testsuite/bunzip2.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/bunzip2.tests b/testsuite/bunzip2.tests index 2b27dd5..6b49f92 100755 --- a/testsuite/bunzip2.tests +++ b/testsuite/bunzip2.tests @@ -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 -expected="$unpack: t1: File exists +expected="$unpack: can't open 't1': File exists 1 HELLO " -- 2.7.4