From: John Jetmore Date: Fri, 16 Jul 2010 02:20:58 +0000 (+0100) Subject: Change to allow test 0383 to work on HFS+ (non-case-sensitive FS) X-Git-Tag: exim-4_73_RC0~25 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/04a45836676516936d791202928e249b711c03ee Change to allow test 0383 to work on HFS+ (non-case-sensitive FS) --- diff --git a/test/aux-var-src/0383.F2 b/test/aux-var-src/0383.F2 new file mode 100644 index 000000000..f51156ea7 --- /dev/null +++ b/test/aux-var-src/0383.F2 @@ -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 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 -