summaryrefslogtreecommitdiff
path: root/mh/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-11-24 23:33:59 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-11-24 23:33:59 +0200
commit08ee8ee88d79d84ddc12b8bed8a4e297580a2887 (patch)
tree5d728f0c6c2e036a79793b8bd746fc670a923a65 /mh/tests
parentc3b9cfe405a73936906f5c81d83a1fa190c932f8 (diff)
downloadmailutils-08ee8ee88d79d84ddc12b8bed8a4e297580a2887.tar.gz
mailutils-08ee8ee88d79d84ddc12b8bed8a4e297580a2887.tar.bz2
mh: add a forgotten file.
* mh/tests/movemsg: add to the repository.
Diffstat (limited to 'mh/tests')
-rwxr-xr-xmh/tests/movemsg5
1 files changed, 5 insertions, 0 deletions
diff --git a/mh/tests/movemsg b/mh/tests/movemsg
new file mode 100755
index 000000000..bce34c10c
--- /dev/null
+++ b/mh/tests/movemsg
@@ -0,0 +1,5 @@
+#! /bin/sh
+set -e
+dir=`mhpath +`/removed
+test -d $dir || mkdir $dir
+mv $* $dir

Return to:

Send suggestions and report system problems to the System administrator.