comparison tests/test-narrow-clone-non-narrow-server.t @ 39707: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 576b92928cc7
children 7d9b1b50cad5
comparison
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
29 > import urllib 29 > import urllib
30 > unquote = urllib.unquote_plus 30 > unquote = urllib.unquote_plus
31 > print(unquote(list(sys.stdin)[1])) 31 > print(unquote(list(sys.stdin)[1]))
32 > EOF 32 > EOF
33 $ echo hello | hg -R . serve --stdio | \ 33 $ echo hello | hg -R . serve --stdio | \
34 > $PYTHON unquote.py | grep narrow 34 > "$PYTHON" unquote.py | grep narrow
35 narrow=v0 35 narrow=v0
36 rev-branch-cache changegroupsubset exp-narrow-1 getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash 36 rev-branch-cache changegroupsubset exp-narrow-1 getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
37 37
38 $ cd .. 38 $ cd ..
39 39