diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-03-01 00:12:03 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-03-01 00:12:03 +0100 |
commit | 828ae34132ae347746bd9fc46ced5e7d71d6a7e0 (patch) | |
tree | 09160d44a73ff87228974f5c4fbee5d9285e4fcc /SBO-Lib/lib/SBO | |
parent | 4c8ad8f38a492490fe725026c78303d04f8dbee9 (diff) | |
download | sbotools2-828ae34132ae347746bd9fc46ced5e7d71d6a7e0.tar.xz |
Change $pkg_db comment to reflect renamed test file
Diffstat (limited to 'SBO-Lib/lib/SBO')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 1ea50d2..6d23e82 100644 --- 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 |