diff options
-rw-r--r-- | NPTest.pm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -202,8 +202,8 @@ my( %CACHE ) = (); | |||
202 | 202 | ||
203 | # I'm not really sure wether to house a site-specific cache inside | 203 | # I'm not really sure wether to house a site-specific cache inside |
204 | # or outside of the extracted source / build tree - lets default to outside | 204 | # or outside of the extracted source / build tree - lets default to outside |
205 | my( $CACHEFILENAME ) = ( exists( $ENV{'NPTESTCACHE'} ) && $ENV{'NPTESTCACHE'} ) | 205 | my( $CACHEFILENAME ) = ( exists( $ENV{'NPTEST_CACHE'} ) && $ENV{'NPTEST_CACHE'} ) |
206 | ? $ENV{'NPTESTCACHE'} : "/var/tmp/NPTest.cache"; # "../Cache.pdd"; | 206 | ? $ENV{'NPTEST_CACHE'} : "/var/tmp/NPTest.cache"; # "../Cache.pdd"; |
207 | 207 | ||
208 | # | 208 | # |
209 | # Testing Functions | 209 | # Testing Functions |