diff options
Diffstat (limited to 'pear/tests/osguess.php')
-rw-r--r-- | pear/tests/osguess.php | 6 |
1 files changed, 0 insertions, 6 deletions
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"; - |