add Shell.t tests for VMS
Peter Prymmer [Wed, 21 Nov 2001 20:17:25 +0000 (15:17 -0500)]
Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>

p4raw-id: //depot/perl@13186

lib/Shell.t

index 5ff0b16..a285896 100644 (file)
@@ -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 )
 {