diff options
| author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2008-11-28 03:22:39 -0500 |
|---|---|---|
| committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2008-11-28 03:22:39 -0500 |
| commit | 538b97cea63d68efbd9c9c67d9c41278cfd1ebad (patch) | |
| tree | 84e707f97fb82f1920fb7568241e8b5d8f71c0af /lib/tests/test_base64.t | |
| parent | d40abb2504b99e1318840ad1a5d9f4a340c465b5 (diff) | |
| download | monitoring-plugins-538b97cea63d68efbd9c9c67d9c41278cfd1ebad.tar.gz | |
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
Diffstat (limited to 'lib/tests/test_base64.t')
| -rwxr-xr-x | lib/tests/test_base64.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tests/test_base64.t b/lib/tests/test_base64.t new file mode 100755 index 00000000..4b9236f0 --- /dev/null +++ b/lib/tests/test_base64.t | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #!/usr/bin/perl | ||
| 2 | use Test::More; | ||
| 3 | if (! -e "./test_base64") { | ||
| 4 | plan skip_all => "./test_base64 not compiled - please install tap library to test"; | ||
| 5 | } | ||
| 6 | exec "./test_base64"; | ||
