aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-05-15 08:59:53 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-05-15 08:59:53 +0000
commitbe0980ecb8dc7c102971709d18c8bcd87f91c3dc (patch)
tree35471440e47bca529d6388ce5b517d5f762159ee /tests
parentb240d6174c9646af0924f60e6cc0d5b670f70da0 (diff)
downloadmailfromd-be0980ecb8dc7c102971709d18c8bcd87f91c3dc.tar.gz
mailfromd-be0980ecb8dc7c102971709d18c8bcd87f91c3dc.tar.bz2
NLS-related fixes; Version no. 4.0.90
git-svn-id: file:///svnroot/mailfromd/trunk@1432 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'tests')
-rw-r--r--tests/invcidr.at2
-rw-r--r--tests/invcidr2.at2
-rw-r--r--tests/shadow.at4
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/invcidr.at b/tests/invcidr.at
index d2fa31a8..3b529b2f 100644
--- a/tests/invcidr.at
+++ b/tests/invcidr.at
@@ -24,7 +24,7 @@ AT_CHECK([mailfromd $MFOPTS --test $ETCDIR/catch.rc s=10.0.0.1 -v network=10-10]
[SET REPLY 450 Catched condition 8
State envfrom: tempfail
],
-[mailfromd: warning: Variable `network' already initialized
+[mailfromd: Warning: Variable `network' already initialized
])
AT_CLEANUP
diff --git a/tests/invcidr2.at b/tests/invcidr2.at
index e52682e2..79181d0b 100644
--- a/tests/invcidr2.at
+++ b/tests/invcidr2.at
@@ -24,7 +24,7 @@ AT_CHECK([mailfromd $MFOPTS --test $ETCDIR/catch01.rc s=10.0.0.1 -v network=10-1
[SET REPLY 450 Catched condition 8
State envfrom: tempfail
],
-[mailfromd: warning: Variable `network' already initialized
+[mailfromd: Warning: Variable `network' already initialized
])
AT_CLEANUP
diff --git a/tests/shadow.at b/tests/shadow.at
index 33d5f3c3..e4db5136 100644
--- a/tests/shadow.at
+++ b/tests/shadow.at
@@ -22,8 +22,8 @@ AT_KEYWORDS([variable variables shadow])
prog=$ETCDIR/shadow.rc
cat > experr <<EOT
-mailfromd: $prog:21: warning: Parameter \`x' is shadowing a global
-mailfromd: $prog:29: warning: Automatic variable \`x' is shadowing a global
+mailfromd: $prog:21: Warning: Parameter \`x' is shadowing a global
+mailfromd: $prog:29: Warning: Automatic variable \`x' is shadowing a global
param
auto text
initial

Return to:

Send suggestions and report system problems to the System administrator.