aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-03-24 13:51:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-03-24 13:51:54 +0000
commit51829beb9e27596da4d437e69c1b01c11fca4067 (patch)
treeb5c7ab88e40a53c7cd1c380fb3ff2f260f3c248f /tests
parente0df274f7064cbe1c3cca06a0e29dfd586dbb6e8 (diff)
downloadmailfromd-51829beb9e27596da4d437e69c1b01c11fca4067.tar.gz
mailfromd-51829beb9e27596da4d437e69c1b01c11fca4067.tar.bz2
Updat
git-svn-id: file:///svnroot/mailfromd/trunk@1311 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'tests')
-rw-r--r--tests/declvar.at32
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/declvar.at b/tests/declvar.at
new file mode 100644
index 00000000..4b500d3a
--- /dev/null
+++ b/tests/declvar.at
@@ -0,0 +1,32 @@
+# This file is part of Mailfromd testsuite. -*- Autotest -*-
+# Copyright (C) 2007 Sergey Poznyakoff
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA
+
+AT_SETUP([Declared variables])
+AT_KEYWORDS([declvar variable variables])
+
+AT_CHECK([mailfromd $MFOPTS --test $ETCDIR/var.rc],
+ [0],
+[State envfrom: continue
+],
+[String
+])
+
+AT_CLEANUP
+
+
+

Return to:

Send suggestions and report system problems to the System administrator.