[commit: packages/process] master: Fix process010 mingw32 stdout (353a0ed)

git at git.haskell.org git at git.haskell.org
Thu Jan 16 02:27:37 UTC 2014


Repository : ssh://git@git.haskell.org/process

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/353a0edaef658d4566caaa46f70bed814a2c5afe/process

>---------------------------------------------------------------

commit 353a0edaef658d4566caaa46f70bed814a2c5afe
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Jan 13 09:18:36 2014 -0600

    Fix process010 mingw32 stdout
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

353a0edaef658d4566caaa46f70bed814a2c5afe
 tests/process010.stdout-mingw32 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/process010.stdout-mingw32 b/tests/process010.stdout-mingw32
index 569649b..17d996a 100644
--- a/tests/process010.stdout-mingw32
+++ b/tests/process010.stdout-mingw32
@@ -1,4 +1,4 @@
 ExitSuccess
 ExitFailure 1
-Exc: /non/existent: createProcess: does not exist (No such file or directory)
+Exc: /non/existent: rawSystem: does not exist (No such file or directory)
 Done



More information about the ghc-commits mailing list