summaryrefslogtreecommitdiff
path: root/test/aux-var-src/0383.f
diff options
context:
space:
mode:
authorJohn Jetmore <jetmore@exim.org>2010-07-16 03:20:58 +0100
committerJohn Jetmore <jetmore@exim.org>2010-07-16 03:20:58 +0100
commit04a45836676516936d791202928e249b711c03ee (patch)
tree08da7d4845c926807a2affed94eeef4bc4ea4d65 /test/aux-var-src/0383.f
parent3346ab0144239462a8690e011bff1df8fd504076 (diff)
Change to allow test 0383 to work on HFS+ (non-case-sensitive FS)
Diffstat (limited to 'test/aux-var-src/0383.f')
-rw-r--r--test/aux-var-src/0383.f8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/aux-var-src/0383.f b/test/aux-var-src/0383.f
deleted file mode 100644
index f51156ea7..000000000
--- a/test/aux-var-src/0383.f
+++ /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
-