[commit: packages/process] master, wip/issue15: fix process010 test run on Solaris where false exits with status 255 (d9a9991)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:36:37 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branches: master,wip/issue15
Link : http://ghc.haskell.org/trac/ghc/changeset/d9a999142f38e02dde45efa10bb7db25fb6e14bc/process
>---------------------------------------------------------------
commit d9a999142f38e02dde45efa10bb7db25fb6e14bc
Author: Karel Gardas <karel.gardas at centrum.cz>
Date: Sun Aug 3 00:04:43 2014 +0200
fix process010 test run on Solaris where false exits with status 255
>---------------------------------------------------------------
d9a999142f38e02dde45efa10bb7db25fb6e14bc
tests/{process010.stdout => process010.stdout-i386-unknown-solaris2} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/process010.stdout b/tests/process010.stdout-i386-unknown-solaris2
similarity index 88%
copy from tests/process010.stdout
copy to tests/process010.stdout-i386-unknown-solaris2
index 71b3f8e..316b23c 100644
--- a/tests/process010.stdout
+++ b/tests/process010.stdout-i386-unknown-solaris2
@@ -1,4 +1,4 @@
ExitSuccess
-ExitFailure 1
+ExitFailure 255
Exc: /non/existent: rawSystem: runInteractiveProcess: exec: does not exist (No such file or directory)
Done
More information about the ghc-commits
mailing list