From 67c5131fb6c03cc4ec4a378b0f124bdeec71ed93 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 25 Jan 2013 01:29:44 +0000 Subject: Rename tests to not start with a digit --- tests/all.T | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/all.T') diff --git a/tests/all.T b/tests/all.T index 455f373..e6aaefc 100644 --- a/tests/all.T +++ b/tests/all.T @@ -52,14 +52,14 @@ test('fileStatusByteString', ['-package unix']) -test('1185', normal, compile_and_run, ['-package unix']) +test('T1185', normal, compile_and_run, ['-package unix']) # This test fails for me on x86/Linux with a "does not exist" error. # Running with strace shows it is trying to talk to winbindd (part of # Samba), so I think the failure has nothing to do with GHC. Also it # works on a different machine that doesn't have Samba installed. # --SDM 18/05/2010 -test('3816', normal, compile_and_run, ['-package unix']) +test('T3816', normal, compile_and_run, ['-package unix']) test('processGroup001', normal, compile_and_run, ['-package unix']) test('processGroup002', normal, compile_and_run, ['-package unix']) -- cgit v1.2.3