aboutsummaryrefslogtreecommitdiff
path: root/Perl/t
diff options
context:
space:
mode:
authormertz2003-10-16 13:17:03 +0000
committermertz2003-10-16 13:17:03 +0000
commit6f366fa82dcebd3e0a8bb69d84aff73db8fec68c (patch)
tree558364089bda43f350da60780b980e1f6028c16a /Perl/t
parentcbaf8303bdbf50c2b94856dae681bfd74b78f12b (diff)
downloadtkzinc-6f366fa82dcebd3e0a8bb69d84aff73db8fec68c.zip
tkzinc-6f366fa82dcebd3e0a8bb69d84aff73db8fec68c.tar.gz
tkzinc-6f366fa82dcebd3e0a8bb69d84aff73db8fec68c.tar.bz2
tkzinc-6f366fa82dcebd3e0a8bb69d84aff73db8fec68c.tar.xz
as there are many tests working, this file is no more usefull
Diffstat (limited to 'Perl/t')
-rw-r--r--Perl/t/no-test.t8
1 files changed, 0 insertions, 8 deletions
diff --git a/Perl/t/no-test.t b/Perl/t/no-test.t
deleted file mode 100644
index a94566c..0000000
--- a/Perl/t/no-test.t
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/perl
-
-BEGIN { $| = 1; print "1..1\n"; }
-END {print "ok 1\n";}
-
-print "No test for zinc, please use zinc-demos after installation\n";
-
-1;