[commit: packages/unix] master: Fix two of the unix tests. (ffdb844)
git at git.haskell.org
git at git.haskell.org
Sun Aug 11 05:21:03 CEST 2013
Repository : ssh://git@git.haskell.org/unix
On branch : master
Link : http://git.haskell.org/?p=packages/unix.git;a=commit;h=ffdb844069497b276a719b0c89be35bd18095f22
>---------------------------------------------------------------
commit ffdb844069497b276a719b0c89be35bd18095f22
Author: Austin Seipp <aseipp at pobox.com>
Date: Sat Aug 10 22:18:20 2013 -0500
Fix two of the unix tests.
This is fallout from the fix for T8108.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
ffdb844069497b276a719b0c89be35bd18095f22
tests/getGroupEntryForName.stderr | 2 +-
tests/getUserEntryForName.stderr | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/getGroupEntryForName.stderr b/tests/getGroupEntryForName.stderr
index 48778e8..9a2679f 100644
--- a/tests/getGroupEntryForName.stderr
+++ b/tests/getGroupEntryForName.stderr
@@ -1 +1 @@
-getGroupEntryForName: thisIsNotMeantToExist: getGroupEntryForName: does not exist (no group name)
+getGroupEntryForName: getGroupEntryForName: does not exist (no such group)
diff --git a/tests/getUserEntryForName.stderr b/tests/getUserEntryForName.stderr
index 5448872..0a941d9 100644
--- a/tests/getUserEntryForName.stderr
+++ b/tests/getUserEntryForName.stderr
@@ -1 +1 @@
-getUserEntryForName: thisIsNotMeantToExist: getUserEntryForName: does not exist (no user name)
+getUserEntryForName: getUserEntryForName: does not exist (no such user)
More information about the ghc-commits
mailing list