#!/bin/sh ###################################################### # # Test Content-Transfer-Encoding: binary (Debian #136976). # ###################################################### if test -z "${MH_OBJ_DIR}"; then srcdir=`dirname "$0"`/../.. MH_OBJ_DIR=`cd "$srcdir" && pwd`; export MH_OBJ_DIR fi . "$MH_OBJ_DIR/test/common.sh" setup_test expected=$MH_TEST_DIR/$$.expected actual=$MH_TEST_DIR/$$.actual # Write message with Content-Transfer-Encoding: binary text. msgfile=`mhpath new` msgnum=`basename $msgfile` cat > $msgfile < Date: Tue, 05 Mar 2002 18:20:35 +0000 This is a test; this is the body. EOF # check it cat > $expected < $actual 2>&1 check "$expected" "$actual" exit $failed