aboutsummaryrefslogtreecommitdiff
path: root/tests/etc/nullmail
diff options
context:
space:
mode:
Diffstat (limited to 'tests/etc/nullmail')
-rwxr-xr-xtests/etc/nullmail11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/etc/nullmail b/tests/etc/nullmail
new file mode 100755
index 0000000..55220a6
--- /dev/null
+++ b/tests/etc/nullmail
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+out=${1:-/dev/null}
+shift
+
+echo $* >> $out
+echo "=========" >> $out
+cat - >> $out
+echo "========="
+echo ""
+exit 0 \ No newline at end of file

Return to:

Send suggestions and report system problems to the System administrator.