From 611da7a5c1a0fb1cb95eace970f2629a2b6916c3 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Mon, 14 Jan 2008 05:03:02 +0000 Subject: [PATCH] fix test (make OS-agnostic) --- ext/phar/tests/frontcontroller21.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phar/tests/frontcontroller21.phpt b/ext/phar/tests/frontcontroller21.phpt index 489008ba2d..b9bb6df92c 100644 --- a/ext/phar/tests/frontcontroller21.phpt +++ b/ext/phar/tests/frontcontroller21.phpt @@ -16,5 +16,5 @@ string(%d) "phar://%sfrontcontroller21.php/index.php" string(18) "/index.php?test=hi" string(32) "/frontcontroller21.php/index.php" string(32) "/frontcontroller21.php/index.php" -string(%d) "%s/frontcontroller21.php" +string(%d) "%sfrontcontroller21.php" string(40) "/frontcontroller21.php/index.php?test=hi" \ No newline at end of file -- 2.50.1