summaryrefslogtreecommitdiff
path: root/mh/tests/ali.at
diff options
context:
space:
mode:
Diffstat (limited to 'mh/tests/ali.at')
-rw-r--r--mh/tests/ali.at12
1 files changed, 8 insertions, 4 deletions
diff --git a/mh/tests/ali.at b/mh/tests/ali.at
index 98cd4771a..ff9ee911d 100644
--- a/mh/tests/ali.at
+++ b/mh/tests/ali.at
@@ -108,15 +108,19 @@ ali -list -a ./mh_aliases everybody
[0],
[expout])
-MH_CHECK([ali: simple aliases],[ali00],[
+MH_CHECK([ali: executable file inlcusion],[ali02 ali-xinclude],[
+AT_DATA([Mail/ali.sh],[#! /bin/sh
+echo "admin: gray, jeff"
+])
+chmod +x Mail/ali.sh
AT_DATA([mh_aliases],[
-devel: gray, polak
-admin: gray, jeff
+devel: gray, polak, admin
+<ali.sh
])
ali -a ./mh_aliases devel
],
[0],
-[gray, polak
+[gray, polak, gray, jeff
])
m4_popdef[MH_KEYWORDS])

Return to:

Send suggestions and report system problems to the System administrator.