[project @ 2001-05-31 09:48:54 by sewardj]
authorsewardj <unknown>
Thu, 31 May 2001 09:48:54 +0000 (09:48 +0000)
committersewardj <unknown>
Thu, 31 May 2001 09:48:54 +0000 (09:48 +0000)
Avoid use of /dev/null on mingw.

ghc/tests/lib/IO/IOError001.stdout-mingw
ghc/tests/lib/IO/Makefile

index f906a77..a4a8e55 100644 (file)
@@ -1,10 +1,10 @@
 illegal operation
 Action: hGetChar
-Handle: {loc=stdin,type=semi-closed,buffering=block (512)}
-
+Handle: {loc=<stdin>,type=semi-closed,buffering=block (512)}
 Reason: handle is closed
+File: <stdin>
 illegal operation
 Action: hGetChar
-Handle: {loc=stdin,type=semi-closed,buffering=block (512)}
-
+Handle: {loc=<stdin>,type=semi-closed,buffering=block (512)}
 Reason: handle is closed
+File: <stdin>
index cc10638..2bdd6db 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.3 2001/05/30 16:39:48 sewardj Exp $
+# $Id: Makefile,v 1.4 2001/05/31 09:48:54 sewardj Exp $
 
 TOP = ../..
 
@@ -14,7 +14,7 @@ hSetBuffering003_RUNTEST_OPTS += -i hSetBuffering003.hs
 misc001_RUNTEST_OPTS          += misc001.hs misc001.out
 hGetChar001_RUNTEST_OPTS      += -i hGetChar001.stdin
 openFile002_RUNTEST_OPTS      += -x 1
-IOError001_RUNTEST_OPTS       += -o1 IOError001.stdout-mingw
+IOError001_RUNTEST_OPTS       += -i IOError001.hs -o1 IOError001.stdout-mingw
 readwrite002_RUNTEST_OPTS     += -i readwrite002.hs
 hGetLine001_RUNTEST_OPTS      += -i hGetLine001.hs
 hFileSize001_RUNTEST_OPTS     += -o1 hFileSize001.stdout-mingw