comparison tests/test-patchbomb-tls.t @ 39723:5abc47d4ca6b

tests: quote PYTHON usage Python3 defaults to installing under "Program Files".
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 18 Sep 2018 23:47:21 -0400
parents 30f2715be123
children ab5348bbc55e
comparison
equal deleted inserted replaced
39722:030d558c6456 39723:5abc47d4ca6b
3 Set up SMTP server: 3 Set up SMTP server:
4 4
5 $ CERTSDIR="$TESTDIR/sslcerts" 5 $ CERTSDIR="$TESTDIR/sslcerts"
6 $ cat "$CERTSDIR/priv.pem" "$CERTSDIR/pub.pem" >> server.pem 6 $ cat "$CERTSDIR/priv.pem" "$CERTSDIR/pub.pem" >> server.pem
7 7
8 $ $PYTHON "$TESTDIR/dummysmtpd.py" -p $HGPORT --pid-file a.pid -d \ 8 $ "$PYTHON" "$TESTDIR/dummysmtpd.py" -p $HGPORT --pid-file a.pid -d \
9 > --tls smtps --certificate `pwd`/server.pem 9 > --tls smtps --certificate `pwd`/server.pem
10 listening at localhost:$HGPORT (?) 10 listening at localhost:$HGPORT (?)
11 $ cat a.pid >> $DAEMON_PIDS 11 $ cat a.pid >> $DAEMON_PIDS
12 12
13 Set up repository: 13 Set up repository: