This commit is contained in:
Nick Bebout 2011-03-12 02:44:59 +00:00
parent c6cefbbb65
commit e2a3e9d948
12 changed files with 148 additions and 63 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# $Id: tests.sh,v 1.109 2010/07/16 23:28:12 gilles Exp gilles $
# $Id: tests.sh,v 1.110 2010/08/15 11:10:04 gilles Exp gilles $
# Example:
# CMD_PERL='perl -I./Mail-IMAPClient-3.25/lib' sh -x tests.sh
@ -950,7 +950,7 @@ msw() {
if can_send; then
sendtestmessage toto
fi
scp imapsync test.bat \
scp imapsync test.bat test2.bat\
../../var/pass/secret.toto \
../../var/pass/secret.titi \
../../var/pass/secret.tata \
@ -960,6 +960,20 @@ msw() {
scp Admin@c:'C:/msys/1.0/home/Admin/imapsync/imapsync.exe' .
}
msw2() {
if can_send; then
sendtestmessage toto
fi
scp imapsync test2.bat\
../../var/pass/secret.toto \
../../var/pass/secret.titi \
../../var/pass/secret.tata \
Admin@c:'C:/msys/1.0/home/Admin/imapsync/'
ssh Admin@c 'C:/msys/1.0/home/Admin/imapsync/test2.bat'
}