summaryrefslogtreecommitdiff
path: root/tests/basic/bug20539.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/bug20539.phpt')
-rw-r--r--tests/basic/bug20539.phpt10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/basic/bug20539.phpt b/tests/basic/bug20539.phpt
deleted file mode 100644
index 6352960991..0000000000
--- a/tests/basic/bug20539.phpt
+++ /dev/null
@@ -1,10 +0,0 @@
---TEST--
-Bug #20539 (PHP CLI Segmentation Fault)
---INI--
-session.auto_start=1
---FILE--
-<?php
- print "good :)\n";
-?>
---EXPECT--
-good :)