From 1efae6a785e615fc226bf57c4e30fe17be8da70b Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 18 Sep 2006 12:35:49 +0000 Subject: [PATCH] fix test (the error message is different across the systems) --- ext/bz2/tests/002.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/bz2/tests/002.phpt b/ext/bz2/tests/002.phpt index 28c4862ac7..7b9673275c 100644 --- a/ext/bz2/tests/002.phpt +++ b/ext/bz2/tests/002.phpt @@ -83,12 +83,12 @@ bool(false) resource(%d) of type (stream) resource(%d) of type (stream) -Warning: fopen(bz_open_002.txt): failed to open stream: Bad file descriptor in %s on line %d +Warning: fopen(bz_open_002.txt): failed to open stream: Bad file %s in %s on line %d Warning: bzopen(): filename cannot be empty in %s on line %d bool(false) -Warning: fopen(bz_open_002.txt): failed to open stream: Bad file descriptor in %s on line %d +Warning: fopen(bz_open_002.txt): failed to open stream: Bad file %s in %s on line %d Warning: bzopen(): filename cannot be empty in %s on line %d bool(false) -- 2.50.1