Fix a couple of typos in:
authorKevin Ryde <user42@zip.com.au>
Thu, 2 Oct 2003 00:00:42 +0000 (00:00 +0000)
committerKevin Ryde <user42@zip.com.au>
Thu, 2 Oct 2003 00:00:42 +0000 (00:00 +0000)
New file.

test-suite/tests/popen.test

index 33da12f..01be63f 100644 (file)
@@ -99,7 +99,7 @@
   (pass-if "port?"
     (port? (open-output-pipe "exit 0")))
   
-  ;; exercise file descriptor setups when stdout is the same as stderr  
+  ;; exercise file descriptor setups when stdin is the same as stderr  
   (pass-if "stdin==stderr"
     (let ((port (open-file "/dev/null" "r+")))
       (with-input-from-port port
 ;; close-pipe
 ;;
 
-(with-test-prefix "open-output-pipe"
+(with-test-prefix "close-pipe"
   
   (pass-if-exception "no args" exception:wrong-num-args
     (close-pipe))