diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 (GMT) |
commit | 6fbd14fea5c111a23d9074d25499991cbfa58f79 (patch) | |
tree | 0c1f5a77cacc664eadd47216b70e3257337484db /plugins-scripts/t | |
parent | 56cf151ae91c5081a99365848a3f060dfe14a68c (diff) | |
download | monitoring-plugins-6fbd14fea5c111a23d9074d25499991cbfa58f79.tar.gz |
Removing CVS/SVN tags and replacing with git-based versioning
For contrib/, full tags have been imported from subversion
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-scripts/t')
-rw-r--r-- | plugins-scripts/t/check_file_age.t | 1 | ||||
-rw-r--r-- | plugins-scripts/t/check_rpc.t | 1 | ||||
-rw-r--r-- | plugins-scripts/t/utils.t | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/plugins-scripts/t/check_file_age.t b/plugins-scripts/t/check_file_age.t index 372b9f2..384c276 100644 --- a/plugins-scripts/t/check_file_age.t +++ b/plugins-scripts/t/check_file_age.t | |||
@@ -2,7 +2,6 @@ | |||
2 | # | 2 | # |
3 | # check_file_age tests | 3 | # check_file_age tests |
4 | # | 4 | # |
5 | # $Id$ | ||
6 | # | 5 | # |
7 | 6 | ||
8 | use strict; | 7 | use strict; |
diff --git a/plugins-scripts/t/check_rpc.t b/plugins-scripts/t/check_rpc.t index 9fff0ee..be8ae2f 100644 --- a/plugins-scripts/t/check_rpc.t +++ b/plugins-scripts/t/check_rpc.t | |||
@@ -2,7 +2,6 @@ | |||
2 | # | 2 | # |
3 | # Remote Procedure Call (RPC) Tests via check_rpc | 3 | # Remote Procedure Call (RPC) Tests via check_rpc |
4 | # | 4 | # |
5 | # $Id$ | ||
6 | # | 5 | # |
7 | 6 | ||
8 | use strict; | 7 | use strict; |
diff --git a/plugins-scripts/t/utils.t b/plugins-scripts/t/utils.t index f37f567..9c2c569 100644 --- a/plugins-scripts/t/utils.t +++ b/plugins-scripts/t/utils.t | |||
@@ -2,7 +2,6 @@ | |||
2 | # | 2 | # |
3 | # utils.pm tests | 3 | # utils.pm tests |
4 | # | 4 | # |
5 | # $Id$ | ||
6 | # | 5 | # |
7 | # Run with perl t/utils.t | 6 | # Run with perl t/utils.t |
8 | 7 | ||