From fed4894b50fbd4e33fcada037e4089bb7ddf7c70 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 3 Jul 2007 10:52:24 +0000 Subject: disable the getLoginName test, see #1487 --- tests/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/all.T') 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 -- cgit v1.2.3