]> granicus.if.org Git - php/commitdiff
This test did not fit to the new interactive shell thing
authorfoobar <sniper@php.net>
Tue, 14 Jun 2005 22:21:08 +0000 (22:21 +0000)
committerfoobar <sniper@php.net>
Tue, 14 Jun 2005 22:21:08 +0000 (22:21 +0000)
tests/lang/bug21800.phpt [deleted file]

diff --git a/tests/lang/bug21800.phpt b/tests/lang/bug21800.phpt
deleted file mode 100644 (file)
index 72755e2..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---TEST--
-Bug #21800 (Segfault under interactive mode) 
---SKIPIF--
-<?php (PHP_SAPI != 'cli') and print "SKIP PHP binary is not cli"; ?>
---FILE--
-<?php
-$exe = getenv('TEST_PHP_EXECUTABLE');
-$fh = popen("$exe -a", 'w');
-if ($fh !== false) {
-       fwrite($fh, "<?php echo ':test:'; ?>\n\n");
-       fclose($fh);
-} else {
-       echo "failure\n";
-}
-?>
---EXPECT--
-Interactive mode enabled
-
-:test: