From 832fb683ba730115d5947493d1551ddeacb13bac Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 15 Jan 2008 02:05:40 +0000 Subject: Add a test getUserEntryForName for trac #1976 --- tests/all.T | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/all.T') diff --git a/tests/all.T b/tests/all.T index 6df75fe..a80efc6 100644 --- a/tests/all.T +++ b/tests/all.T @@ -20,4 +20,6 @@ test('queryfdoption01', compose(omit_ways(['ghci']), compose(only_compiler_types test('getEnvironment01', conf, compile_and_run, ['-package unix']) test('getGroupEntryForName', compose(conf, expect_fail), compile_and_run, ['-package unix']) +test('getUserEntryForName', compose(conf, expect_fail), compile_and_run, + ['-package unix']) -- cgit v1.2.3