diff options
author | Graham Wilson <graham@mknod.org> | 2004-08-30 01:34:48 +0000 |
---|---|---|
committer | Graham Wilson <graham@mknod.org> | 2004-08-30 01:34:48 +0000 |
commit | c3a80da98846c21a5d3f32a91669d78774a0aa6a (patch) | |
tree | 72bee6836c468c8527560821cd65618f2c7b115d /testmda | |
parent | fd2543489b53fe34a18b7204d6803bf527c0d198 (diff) | |
download | fetchmail-c3a80da98846c21a5d3f32a91669d78774a0aa6a.tar.gz fetchmail-c3a80da98846c21a5d3f32a91669d78774a0aa6a.tar.bz2 fetchmail-c3a80da98846c21a5d3f32a91669d78774a0aa6a.zip |
Move a handful of scripts (used for releases, testing, etc.) to dist-tools, so that they are not released in the tarball.
svn path=/trunk/; revision=3934
Diffstat (limited to 'testmda')
-rwxr-xr-x | testmda | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testmda b/testmda deleted file mode 100755 index 98a7c760..00000000 --- a/testmda +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# Test MDA for debugging fetchmail configurations. -echo "[testmda called with the following arguments: $*]" - -# Display the input -cat >/tmp/testmda$$ -echo "[text is "`wc -c </tmp/testmda$$`" bytes long]" -cat /tmp/testmda$$ -rm /tmp/testmda$$ - |