From f31cd40f7a014c076615c4a1c28b989162a6ca9d Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Thu, 21 Aug 2008 15:18:58 +0000 Subject: Correctly link to included libtap. Simplify invoking test scripts. Removed basename test as we should use base_name from GNUlib which is tested separately git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2042 f882894a-f735-0410-b71e-b25c423dba1c --- lib/tests/test_cmd.t | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 lib/tests/test_cmd.t (limited to 'lib/tests/test_cmd.t') diff --git a/lib/tests/test_cmd.t b/lib/tests/test_cmd.t deleted file mode 100644 index 4dd54ef9..00000000 --- a/lib/tests/test_cmd.t +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/perl -use Test::More; -if (! -e "./test_cmd") { - plan skip_all => "./test_cmd not compiled - please install tap library to test"; -} -exec "./test_cmd"; -- cgit v1.2.3