Change to allow test 0383 to work on HFS+ (non-case-sensitive FS)
authorJohn Jetmore <jetmore@exim.org>
Fri, 16 Jul 2010 02:20:58 +0000 (03:20 +0100)
committerJohn Jetmore <jetmore@exim.org>
Fri, 16 Jul 2010 02:20:58 +0000 (03:20 +0100)
test/aux-var-src/0383.F2 [new file with mode: 0644]
test/aux-var-src/0383.f [deleted file]

diff --git a/test/aux-var-src/0383.F2 b/test/aux-var-src/0383.F2
new file mode 100644 (file)
index 0000000..f51156e
--- /dev/null
@@ -0,0 +1,8 @@
+# Exim filter (user filter for test 444)
+
+if error_message then finish endif
+
+if foranyaddress $h_to: ($thisaddress matches "^(...)") then
+  pipe "DIR/aux-fixed/showenv $thisaddress $1"
+endif   
+
diff --git a/test/aux-var-src/0383.f b/test/aux-var-src/0383.f
deleted file mode 100644 (file)
index f51156e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# Exim filter (user filter for test 444)
-
-if error_message then finish endif
-
-if foranyaddress $h_to: ($thisaddress matches "^(...)") then
-  pipe "DIR/aux-fixed/showenv $thisaddress $1"
-endif   
-