diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-11-04 10:23:22 -0600 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-11-04 10:23:22 -0600 |
commit | 32a918f88842deab5fedaa7671d5c343faacd26c (patch) | |
tree | 43cb4490feee84282de26dc7126e08c558ca0bdd /t/test.t | |
parent | d7c8d7672c954550a59074382413f89aa3586134 (diff) | |
download | sbotools2-32a918f88842deab5fedaa7671d5c343faacd26c.tar.xz |
fixes for changes to get_sbo_location
Diffstat (limited to 't/test.t')
-rwxr-xr-x | t/test.t | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,9 +64,9 @@ for my $key (keys @$installed) { print "completed pseudo-random testing of get_installed_sbos \n"; # 19-20, get_sbo_location tests -is (get_sbo_location 'nginx', "$sbo_home/network/nginx", +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'), undef, 'get_sbo_location returns false with not-an-sbo input'); # 21-22, get_available_updates tests |