]> diplodocus.org Git - nmh/blobdiff - test/mhmail/test-mhmail
More debugging statements for OpenBSD.
[nmh] / test / mhmail / test-mhmail
index c773c04180637dddb0fd0182654a897ac070013b..a6a3917633577fbf8cff0bd96a333a56016a9743 100755 (executable)
@@ -16,7 +16,10 @@ fi
 
 # Find MIME type string, using mimetypeproc if configured with it.
 MIMETYPEPROC=`mhparam mimetypeproc`
+file -i * # temporary, for debugging on OpenBSD
 content_type_string() {
+echo $1
+echo $MIMETYPEPROC; $MIMETYPEPROC $1 # temporary, for debugging on OpenBSD
   if test -z "$MIMETYPEPROC"; then
     echo "text/plain; name=\"`basename $1`\"; charset=\"us-ascii\""
   else