From ded3d984c6133b1f508ed84e96df3316e207c99b Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Mon, 19 Feb 2018 05:59:41 -0300 Subject: Use EXPECT instead of EXPECTF when possible EXPECTF logic in run-tests.php is considerable, so let's avoid it. --- ext/sysvmsg/tests/004.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/sysvmsg') diff --git a/ext/sysvmsg/tests/004.phpt b/ext/sysvmsg/tests/004.phpt index 39467d7444..bae72ee0a3 100644 --- a/ext/sysvmsg/tests/004.phpt +++ b/ext/sysvmsg/tests/004.phpt @@ -39,7 +39,7 @@ if (!msg_remove_queue($q)) { echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- Set mode: bool(true) Did really work: -- cgit v1.2.1