summaryrefslogtreecommitdiff
path: root/test.pl
diff options
context:
space:
mode:
authorNicholas Bamber <nicholas@periapt.co.uk>2011-06-12 12:46:57 +0000
committerNicholas Bamber <nicholas@periapt.co.uk>2011-06-12 12:46:57 +0000
commit5fcc81b050d149e47e87f94f40ab780ff3cc701f (patch)
treeef7998dbb52b2af266a578d156bb2168d7828c92 /test.pl
parente8a63aae7a12a60f4929b49c0ca3d1c27d111c55 (diff)
[svn-upgrade] new version libquota-perl (1.6.6+dfsg)
Diffstat (limited to 'test.pl')
-rwxr-xr-xtest.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/test.pl b/test.pl
index 41ce1ff..90fc303 100755
--- a/test.pl
+++ b/test.pl
@@ -19,6 +19,10 @@ if (! -t) {
print STDERR "\nThis is an interactive test script - input must be a tty\nExiting now.\n";
exit;
}
+if ($ENV{AUTOMATED_TESTING}) {
+ print STDERR "\nNo tests available for AUTOMATED_TESTING - Exiting now.\n";
+ exit;
+}
while(1) {
print "\nEnter path to get quota for (NFS possible; default '.'): ";