diff options
-rwxr-xr-x | testsuite/bunzip2.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/bunzip2.tests b/testsuite/bunzip2.tests index 2b27dd56b..6b49f92ce 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 \$ | |||
66 | 66 | ||
67 | 67 | ||
68 | # In this case file "t1" exists, and we skip t1.gz and unpack t2.gz | 68 | # In this case file "t1" exists, and we skip t1.gz and unpack t2.gz |
69 | expected="$unpack: t1: File exists | 69 | expected="$unpack: can't open 't1': File exists |
70 | 1 | 70 | 1 |
71 | HELLO | 71 | HELLO |
72 | " | 72 | " |