From 8b06d16a8c466c7e97d237f0eaf5455a7ac66e46 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 22 Jan 2003 13:20:34 +0000 Subject: Suppression des tests perl --- Perl/t/no-test.t | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Perl/t/no-test.t (limited to 'Perl/t/no-test.t') diff --git a/Perl/t/no-test.t b/Perl/t/no-test.t new file mode 100644 index 0000000..a94566c --- /dev/null +++ b/Perl/t/no-test.t @@ -0,0 +1,8 @@ +#!/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; -- cgit v1.1