aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/all.T
diff options
context:
space:
mode:
authorGravatar bjorn@bringert.net <unknown>2007-04-16 22:00:12 +0000
committerGravatar bjorn@bringert.net <unknown>2007-04-16 22:00:12 +0000
commit5f7a21e6d5c8a983e92a576e249db2baab3f9c5a (patch)
tree072e98ebee21695dbf4c173a4a383403b5a1af2c /tests/all.T
parent338ea062bb47c22a4f8daac71e749564a7513881 (diff)
Added tests/user001.hs which tests all the get* functions in System.Posix.User.
I added this since I noticed that getUserEntryForID, getUserEntryForName, getGroupEntryForID and getGroupEntryForName failed on OS X 10.4.9 on i386.
Diffstat (limited to 'tests/all.T')
-rw-r--r--tests/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.T b/tests/all.T
index 17c7acb..096ba2e 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -10,6 +10,7 @@ test('fileexist01', conf, compile_and_run, ['-package unix'])
test('forkprocess01', compose(only_compiler_types(['ghc']),
compose(expect_fail_for('threaded2'), conf)),
compile_and_run, ['-package unix'])
+test('user001', conf, compile_and_run, ['-package unix'])
if config.platform == 'i386-unknown-freebsd':
conf = expect_fail