OSSP CVS Repository

ossp - Check-in [621]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 621
Date: 2001-Aug-08 12:40:43 (local)
2001-Aug-08 10:40:43 (UTC)
User:thl
Branch:
Comment: moved test from Makefile into run.sh
Tickets:
Inspections:
Files:
ossp-pkg/lmtp2nntp/test/run.sh      added-> 1.1

ossp-pkg/lmtp2nntp/test/run.sh -> 1.1

*** /dev/null    Fri Apr 19 13:45:36 2024
--- -    Fri Apr 19 13:48:58 2024
***************
*** 0 ****
--- 1,19 ----
+ #/bin/sh
+ 
+ if [ -e /tmp/t ]
+ then
+     ssh -t -x root@localhost exec rm -f /tmp/t
+ fi
+ echo ------------------------------------------------------------
+ #./lmtp2nntp -h news-muc1.de.cw.net -h news-ffm2.de.cw.net -h news-dus2.de.cw.net -h news-ecrc.de
+ awk <testmessage1 "\
+  /Message-ID/ { print \"Message-ID: `date +%Y%m%d%H%M%S`@dev12.dev.de.cw.net\" } \
+  !/Message-ID/ { print \$0 } \
+  " \
+  | ./lmtp2nntp -g envelope -h news-ffm2.de.cw.net -h news-dus2.de.cw.net -h news.ecrc.de
+ echo -----------------------------------------------------------
+ if [ -r /tmp/t ]
+ then
+     cat /tmp/t
+ fi
+ 

CVSTrac 2.0.1