]> granicus.if.org Git - php/commitdiff
not a real test
authorfoobar <sniper@php.net>
Fri, 25 Apr 2003 10:53:10 +0000 (10:53 +0000)
committerfoobar <sniper@php.net>
Fri, 25 Apr 2003 10:53:10 +0000 (10:53 +0000)
pear/tests/osguess.php [deleted file]

diff --git a/pear/tests/osguess.php b/pear/tests/osguess.php
deleted file mode 100644 (file)
index b8356a5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-
-include dirname(__FILE__)."/../OS/Guess.php";
-$os =& new OS_Guess;
-print $os->getSignature() . "\n";
-