Index: /branches/eam_branches/ipp-20191011/Nebulous/t/56_client_find_instances.t
===================================================================
--- /branches/eam_branches/ipp-20191011/Nebulous/t/56_client_find_instances.t	(revision 41044)
+++ /branches/eam_branches/ipp-20191011/Nebulous/t/56_client_find_instances.t	(revision 41045)
@@ -152,4 +152,5 @@
     );
     $neb->create( "foo" );
+    $neb->set_log_level ('DEBUG');
 
     my $locations = $neb->find_instances( "foo", undef );
@@ -185,4 +186,5 @@
     );
     $neb->create( "foo", "~node01" );
+    $neb->set_log_level ('DEBUG');
 
     my $locations = $neb->find_instances( "neb://node01/foo", "~node02" );
@@ -204,13 +206,11 @@
     );
     $neb->create( "foo", "~node01" );
+    $neb->set_log_level ('DEBUG');
 
     my $locations = $neb->find_instances( "neb://node01/foo", "~nobody" );
-
-    is( scalar @$locations, 0, "found 0" );
-#    like( @$locations[0], qr/file:/, "URIs match" );
-#    ok( -e _get_file_path( @$locations[0] ), "URI matches file" );
-
-#   the API used to return undef if we used a hard_volume but it was not there
-#   is($locations, undef, "no instances on specified volume" );
+    is($locations, undef, "no instances on specified volume" );
+#   is( scalar @$locations, 0, "found 0" );
+#   under Ubuntu (Perl 5.26.1), @$locations evaluates to 0 if $locations is undef,
+#   but not under Gentoo (Perl 5.6.6)
 }
 
@@ -224,4 +224,5 @@
     );
     $neb->create( "foo", "~node01" );
+    $neb->set_log_level ('DEBUG');
 
     my $locations = $neb->find_instances( "neb://node01/foo", "~node04" );
