From: sewardj Date: Thu, 31 May 2001 09:48:54 +0000 (+0000) Subject: [project @ 2001-05-31 09:48:54 by sewardj] X-Git-Tag: Approximately_9120_patches~1836 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=846ba98313d05b3eff2d71b84ef81eaf44831ea1;p=ghc-hetmet.git [project @ 2001-05-31 09:48:54 by sewardj] Avoid use of /dev/null on mingw. --- diff --git a/ghc/tests/lib/IO/IOError001.stdout-mingw b/ghc/tests/lib/IO/IOError001.stdout-mingw index f906a77..a4a8e55 100644 --- a/ghc/tests/lib/IO/IOError001.stdout-mingw +++ b/ghc/tests/lib/IO/IOError001.stdout-mingw @@ -1,10 +1,10 @@ illegal operation Action: hGetChar -Handle: {loc=stdin,type=semi-closed,buffering=block (512)} - +Handle: {loc=,type=semi-closed,buffering=block (512)} Reason: handle is closed +File: illegal operation Action: hGetChar -Handle: {loc=stdin,type=semi-closed,buffering=block (512)} - +Handle: {loc=,type=semi-closed,buffering=block (512)} Reason: handle is closed +File: diff --git a/ghc/tests/lib/IO/Makefile b/ghc/tests/lib/IO/Makefile index cc10638..2bdd6db 100644 --- a/ghc/tests/lib/IO/Makefile +++ b/ghc/tests/lib/IO/Makefile @@ -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