comparison tests/test-subrepo-svn.t @ 41496:e095a9688a31

tests: quote $PYTHON for py3 support on Windows
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 31 Jan 2019 22:01:09 -0500
parents eb6700e6c5ea
children f6540aba8e3e
comparison
equal deleted inserted replaced
41495:ef29b6b8768c 41496:e095a9688a31
1 #require svn15 1 #require svn15
2 2
3 $ SVNREPOPATH=`pwd`/svn-repo 3 $ SVNREPOPATH=`pwd`/svn-repo
4 $ SVNREPOURL="`$PYTHON $TESTDIR/svnurlof.py \"$SVNREPOPATH\"`" 4 $ SVNREPOURL="`"$PYTHON" $TESTDIR/svnurlof.py \"$SVNREPOPATH\"`"
5 5
6 $ filter_svn_output () { 6 $ filter_svn_output () {
7 > egrep -v 'Committing|Transmitting|Updating|(^$)' || true 7 > egrep -v 'Committing|Transmitting|Updating|(^$)' || true
8 > } 8 > }
9 9