From 5f7a21e6d5c8a983e92a576e249db2baab3f9c5a Mon Sep 17 00:00:00 2001 From: "bjorn@bringert.net" Date: Mon, 16 Apr 2007 22:00:12 +0000 Subject: 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. --- tests/all.T | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/all.T') 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 -- cgit v1.2.3