comparison tests/test-issue4074.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 57c671cf7a69
children 60bc043d7df7
comparison
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
14 $ hg init a 14 $ hg init a
15 $ cd a 15 $ cd a
16 16
17 Check in a big file: 17 Check in a big file:
18 18
19 $ $PYTHON ../s.py > a 19 $ "$PYTHON" ../s.py > a
20 $ hg ci -qAm0 20 $ hg ci -qAm0
21 21
22 Modify it: 22 Modify it:
23 23
24 $ $PYTHON ../s.py > a 24 $ "$PYTHON" ../s.py > a
25 25
26 Time a check-in, should never take more than 10 seconds user time: 26 Time a check-in, should never take more than 10 seconds user time:
27 27
28 $ hg ci --time -m1 28 $ hg ci --time -m1
29 time: real .* secs .user [0-9][.].* sys .* (re) 29 time: real .* secs .user [0-9][.].* sys .* (re)