aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/T1185.hs (renamed from tests/1185.hs)0
-rw-r--r--tests/T1185.stdout (renamed from tests/1185.stdout)0
-rw-r--r--tests/T3816.hs (renamed from tests/3816.hs)0
-rw-r--r--tests/T3816.stdout (renamed from tests/3816.stdout)0
-rw-r--r--tests/all.T4
5 files changed, 2 insertions, 2 deletions
diff --git a/tests/1185.hs b/tests/T1185.hs
index 4948417..4948417 100644
--- a/tests/1185.hs
+++ b/tests/T1185.hs
diff --git a/tests/1185.stdout b/tests/T1185.stdout
index 7062314..7062314 100644
--- a/tests/1185.stdout
+++ b/tests/T1185.stdout
diff --git a/tests/3816.hs b/tests/T3816.hs
index cda272f..cda272f 100644
--- a/tests/3816.hs
+++ b/tests/T3816.hs
diff --git a/tests/3816.stdout b/tests/T3816.stdout
index dbde422..dbde422 100644
--- a/tests/3816.stdout
+++ b/tests/T3816.stdout
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'])