From 32a918f88842deab5fedaa7671d5c343faacd26c Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Sun, 4 Nov 2012 10:23:22 -0600 Subject: fixes for changes to get_sbo_location --- t/test.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/test.t') diff --git a/t/test.t b/t/test.t index 8ff06f8..972602c 100755 --- a/t/test.t +++ b/t/test.t @@ -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 -- cgit v1.2.3