diff options
-rw-r--r-- | lib/Shell.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Shell.t b/lib/Shell.t index 5ff0b16087..a285896e64 100644 --- a/lib/Shell.t +++ b/lib/Shell.t @@ -36,9 +36,9 @@ $Shell::capture_stderr = 0; # if ( $Is_VMS ) { - skip "Please implement VMS test", 2; - ok(1); - ok(1); + ok(directory(),'Execute command'); + my @files = directory('*.*'); + ok(@files,'Quoted arguments'); } elsif( $Is_MSWin32 ) { |