Index: ossp-pkg/lmtp2nntp/test/run.sh RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/test/Attic/run.sh,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/test/Attic/run.sh,v' 2>/dev/null --- run.sh 2001/08/14 08:15:26 1.3 +++ run.sh 2001/08/14 11:26:43 1.4 @@ -1,6 +1,6 @@ #/bin/sh -if [ -e /tmp/t ] +if [ -e /tmp/tracing ] then ssh -t -x root@localhost exec rm -f /tmp/t fi @@ -15,12 +15,12 @@ " \ | tee /tmp/reusetestmessage \ | ./lmtp2nntp -g envelope -h dev16 -cat /tmp/reusetestmessage | ./lmtp2nntp -t /tmp/tx -g envelope -h dev16 +cat /tmp/reusetestmessage | ./lmtp2nntp -t /tmp/tracing -g envelope -h dev16 echo ----------------------------------------------------------- exit -if [ -r /tmp/t ] +if [ -r /tmp/tracing ] then - cat /tmp/t + cat /tmp/tracing fi