--- t/1.t;1	Sun Oct 27 01:41:13 2002
+++ t/1.t	Tue Dec 16 10:42:08 2003
@@ -6,7 +6,7 @@
 # change 'tests => 1' to 'tests => last_test_to_print';
 
 use Test;
-BEGIN { plan tests => 4 };
+BEGIN { plan tests => 5 };
 use VMS::FindFile;
 ok(1); # If we made it this far, we're ok.
 
@@ -21,7 +21,7 @@
    "Couldn't create VMS::FindFile object\n";
 ok(1); # created new FindFile object OK
 
-open IN, "dir/nohe/notr []*.*; |" || die "Couldn't open pipe\n";
+open IN, "directory/nohead/notrail/nodate/nosize []*.*; |" || die "Couldn't open pipe\n";
 
 $compare_ok = 1;
 
@@ -35,5 +35,7 @@
    }
 }
 ok($compare_ok);
-ok($ff_fname eq "");
+ok($ff_fname ne "");
 close IN;
+$ff_fname = $ff->search();
+ok($ff_fname eq "");
