Check-in Number:
|
667 | |
Date: |
2001-Aug-14 13:26:43 (local)
2001-Aug-14 11:26:43 (UTC) |
User: | thl |
Branch: | |
Comment: |
run.sh now using -t /tmp/tracing option |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/test/run.sh 1.3 -> 1.4
--- 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
|
|