aboutsummaryrefslogtreecommitdiff
path: root/tests/etc/catch01.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/etc/catch01.rc')
-rw-r--r--tests/etc/catch01.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/etc/catch01.rc b/tests/etc/catch01.rc
index 6820be96..966365b7 100644
--- a/tests/etc/catch01.rc
+++ b/tests/etc/catch01.rc
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd -*- mfl -*-
- Copyright (C) 2006, 2007 Sergey Poznyakoff
+ Copyright (C) 2006, 2007, 2008 Sergey Poznyakoff
Mailfromd is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ set network "127.0.0.0/8"
func safe_cidr(s,s) returns n
do
- catch invip
+ catch e_invip
do
echo "safe_cidr: invalid IP address"
return 0
@@ -31,7 +31,7 @@ done
prog envfrom
do
- catch invip or invcidr
+ catch e_invip or e_invcidr
do
tempfail 450 "Catched condition " $1
done

Return to:

Send suggestions and report system problems to the System administrator.