summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/tests/image/test1pix.jp2bin243 -> 0 bytes
-rw-r--r--pear/tests/osguess.php6
2 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/image/test1pix.jp2 b/ext/standard/tests/image/test1pix.jp2
deleted file mode 100644
index 8a1172e10d..0000000000
--- a/ext/standard/tests/image/test1pix.jp2
+++ /dev/null
Binary files differ
diff --git a/pear/tests/osguess.php b/pear/tests/osguess.php
deleted file mode 100644
index b8356a53a8..0000000000
--- a/pear/tests/osguess.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-
-include dirname(__FILE__)."/../OS/Guess.php";
-$os =& new OS_Guess;
-print $os->getSignature() . "\n";
-