aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <ian@well-typed.com>2013-01-25 01:29:44 +0000
committerGravatar Ian Lynagh <ian@well-typed.com>2013-01-25 01:29:44 +0000
commit67c5131fb6c03cc4ec4a378b0f124bdeec71ed93 (patch)
tree2218b87512700a6ebe009e9ea09c881d9a054cae /tests
parent4b0731773035165026728feaddbc489dbb18b0f0 (diff)
Rename tests to not start with a digit
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'])