aboutsummaryrefslogtreecommitdiff
path: root/t/test.t
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2013-03-09 03:23:27 -0600
committerJ Pipkin <j@dawnrazor.net>2013-03-09 03:23:27 -0600
commite703434bcbe3c11ecae9c710241516d1c7fdebec (patch)
tree8f2919019bf4b5d9ee05b13d48219a0824ba770c /t/test.t
parente8759a987a0bd1560cddd5d9443a4dfa2c3154fb (diff)
parentaa6de2e5a364f062df3eda6129f5e9285161af3a (diff)
downloadsbotools2-e703434bcbe3c11ecae9c710241516d1c7fdebec.tar.xz
Merge branch 'nonexistent', fixes #51
Diffstat (limited to 't/test.t')
-rwxr-xr-xt/test.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test.t b/t/test.t
index 3b0b799..6e3bcf3 100755
--- a/t/test.t
+++ b/t/test.t
@@ -102,7 +102,7 @@ print "completed pseudo-random testing of get_installed_packages 'ALL' \n";
# get_sbo_location tests
is(get_sbo_location ('nginx'), "$sbo_home/network/nginx",
'get_sbo_location is good');
-is(get_sbo_location ('omgwtfbbq'), undef,
+is(get_sbo_location ('omgwtfbbq'), 0,
'get_sbo_location returns false with not-an-sbo input');
my @finds = qw(nginx gmpc);
my %locs = get_sbo_location(@finds);