summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cdc06cc)
raw | patch | inline | side by side (parent: cdc06cc)
author | Peter Bray <illumino@users.sourceforge.net> | |
Mon, 25 Jul 2005 14:17:48 +0000 (14:17 +0000) | ||
committer | Peter Bray <illumino@users.sourceforge.net> | |
Mon, 25 Jul 2005 14:17:48 +0000 (14:17 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1208 f882894a-f735-0410-b71e-b25c423dba1c
NPTest.pm | patch | blob | history |
diff --git a/NPTest.pm b/NPTest.pm
index f3c874b815bc36c816f08d6caa7a2c726038236d..201bc6ae7102bd942f438bfecc58eba8d4ddd4f5 100644 (file)
--- a/NPTest.pm
+++ b/NPTest.pm
# I'm not really sure wether to house a site-specific cache inside
# or outside of the extracted source / build tree - lets default to outside
-my( $CACHEFILENAME ) = ( exists( $ENV{'NPTESTCACHE'} ) && $ENV{'NPTESTCACHE'} )
- ? $ENV{'NPTESTCACHE'} : "/var/tmp/NPTest.cache"; # "../Cache.pdd";
+my( $CACHEFILENAME ) = ( exists( $ENV{'NPTEST_CACHE'} ) && $ENV{'NPTEST_CACHE'} )
+ ? $ENV{'NPTEST_CACHE'} : "/var/tmp/NPTest.cache"; # "../Cache.pdd";
#
# Testing Functions