diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-23 21:05:24 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-23 21:05:24 +0200 |
commit | 3b77ba506957638596f367ffcce476753315b109 (patch) | |
tree | 4c9a2383f4cd2017ee6a6875e7a0919f26d938a3 | |
parent | 22555de384bb1e57003842fe494217a7ff0e73f4 (diff) | |
download | sbotools2-3b77ba506957638596f367ffcce476753315b109.tar.xz |
01-unit.t: we were only skipping 1 test; copy paste error
-rwxr-xr-x | t/01-unit.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-unit.t b/t/01-unit.t index a7dde4c..4ebb5e3 100755 --- a/t/01-unit.t +++ b/t/01-unit.t @@ -214,7 +214,7 @@ SKIP: { is ($out, "A fatal script error has occurred:\nget_sbo_location requires an argument.\nExiting.\n", 'get_sbo_location([]) gave correct output'); SKIP: { - skip 'Test invalid if no SLACKBUILDS.TXT exists.', 5 if ! -e '/usr/sbo/repo/SLACKBUILDS.TXT'; + skip 'Test invalid if no SLACKBUILDS.TXT exists.', 1 if ! -e '/usr/sbo/repo/SLACKBUILDS.TXT'; local $config{LOCAL_OVERRIDES} = 'FALSE'; my %res = get_sbo_locations('nonexistentslackbuild'); |