diff options
author | Greg Beaver <cellog@php.net> | 2008-01-14 06:23:10 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-01-14 06:23:10 +0000 |
commit | 505247b6efa9e4a3d946d6aee9a4a8d8e896d618 (patch) | |
tree | 27c04b744b7f7b50104c8f795559400b6f22539c /ext/phar/tests/tar | |
parent | 34bb2d7e761fa075cb92602d9899d8670fb60169 (diff) | |
download | php-git-505247b6efa9e4a3d946d6aee9a4a8d8e896d618.tar.gz |
fix test to be OS-agnostic
# steph - this is a different test from the one I fixed earlier, I think that's the confusion :)
Diffstat (limited to 'ext/phar/tests/tar')
-rw-r--r-- | ext/phar/tests/tar/frontcontroller21.phar.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/tar/frontcontroller21.phar.phpt b/ext/phar/tests/tar/frontcontroller21.phar.phpt index 0ce119a88a..0a80775746 100644 --- a/ext/phar/tests/tar/frontcontroller21.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller21.phar.phpt @@ -16,5 +16,5 @@ string(%d) "phar://%sfrontcontroller21.phar.php/index.php" string(18) "/index.php?test=hi" string(37) "/frontcontroller21.phar.php/index.php" string(37) "/frontcontroller21.phar.php/index.php" -string(%d) "%s/frontcontroller21.phar.php" +string(%d) "%sfrontcontroller21.phar.php" string(45) "/frontcontroller21.phar.php/index.php?test=hi"
\ No newline at end of file |