aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/all.T
diff options
context:
space:
mode:
authorGravatar Simon Marlow <simonmar@microsoft.com>2007-07-03 10:52:24 +0000
committerGravatar Simon Marlow <simonmar@microsoft.com>2007-07-03 10:52:24 +0000
commitfed4894b50fbd4e33fcada037e4089bb7ddf7c70 (patch)
treefb73a663f4b05353b6bcacd1e0a60411f3d7726a /tests/all.T
parent797fcb448bb11de877b57ecaa5a0a0e377dfaff8 (diff)
disable the getLoginName test, see #1487
Diffstat (limited to 'tests/all.T')
-rw-r--r--tests/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.T b/tests/all.T
index 8588b23..096ba2e 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -10,7 +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', compose(conf, no_stdin), compile_and_run, ['-package unix'])
+test('user001', conf, compile_and_run, ['-package unix'])
if config.platform == 'i386-unknown-freebsd':
conf = expect_fail