[commit: packages/process] master: Fix GHC test process006 (ae10a33)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:38:22 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ae10a33cd16d9ac9238a193e5355c5c2e05ef0a2/process
>---------------------------------------------------------------
commit ae10a33cd16d9ac9238a193e5355c5c2e05ef0a2
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Sun Mar 8 21:40:45 2015 +0100
Fix GHC test process006
>---------------------------------------------------------------
ae10a33cd16d9ac9238a193e5355c5c2e05ef0a2
tests/process006.stdout | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/process006.stdout b/tests/process006.stdout
index 5e2e409..1e1186b 100644
--- a/tests/process006.stdout
+++ b/tests/process006.stdout
@@ -1,4 +1,4 @@
"yan\ntan\tether\n"
(ExitSuccess,"yan\ntan\tether\n","")
(ExitFailure 3,"stdout\n","stderr\n")
-Left readProcess: sh "-c" "echo stdout; echo stderr 1>&2; exit 3" (exit 3): failed
+Left readCreateProcess: sh "-c" "echo stdout; echo stderr 1>&2; exit 3" (exit 3): failed
More information about the ghc-commits
mailing list