From 3b69f134671e60eb5de0ca895177064294b6eb78 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Tue, 20 Jan 2009 23:55:34 -0500 Subject: Some platform are missing setenv Instead of adding the gnulib module for solving tests only I split the test in two, setting environment from Perl for the later. --- lib/tests/test_opts.t | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 lib/tests/test_opts.t (limited to 'lib/tests/test_opts.t') diff --git a/lib/tests/test_opts.t b/lib/tests/test_opts.t deleted file mode 100755 index d69b8f1d..00000000 --- a/lib/tests/test_opts.t +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/perl -use Test::More; -if (! -e "./test_opts") { - plan skip_all => "./test_opts not compiled - please install tap library and/or enable parse-ini to test"; -} -exec "./test_opts"; -- cgit v1.2.3