aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/all.T
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2008-01-15 02:05:40 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2008-01-15 02:05:40 +0000
commit832fb683ba730115d5947493d1551ddeacb13bac (patch)
treeebf19f3790c6ac7a74c2daf9c6203815e4542b18 /tests/all.T
parentf1d3d2228ca51b80eae82c3cc9fa1ccec6f9299d (diff)
Add a test getUserEntryForName for trac #1976
Diffstat (limited to 'tests/all.T')
-rw-r--r--tests/all.T2
1 files changed, 2 insertions, 0 deletions
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'])