From 538b97cea63d68efbd9c9c67d9c41278cfd1ebad Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Fri, 28 Nov 2008 03:22:39 -0500 Subject: Revert inclusion of libtap into nagiosplugins (except for the NEWS file) This reverts the following commits (latest first): f3e0909, 9f16b54, be8df51, f31cd40, 5270c7d, a25083f, f1bfe40, c503d85 and 6c476db --- lib/tests/test_cmd.t | 6 ++++++ 1 file changed, 6 insertions(+) create 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 new file mode 100644 index 00000000..4dd54ef9 --- /dev/null +++ b/lib/tests/test_cmd.t @@ -0,0 +1,6 @@ +#!/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