commit 828ae34132ae347746bd9fc46ced5e7d71d6a7e0
parent 4c8ad8f38a492490fe725026c78303d04f8dbee9
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Tue, 1 Mar 2016 00:12:03 +0100
Change $pkg_db comment to reflect renamed test file
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
@@ -111,7 +111,7 @@ make_path($tmpd) unless -d $tmpd;
our $tempdir = tempdir(CLEANUP => 1, DIR => $tmpd);
# define this to facilitate unit testing - should only ever be modified from
-# t/test.t
+# t/01-test.t
our $pkg_db = '/var/log/packages';
# subroutine for throwing internal script errors