comparison tests/test-subrepo-svn.t @ 22046:7a9cbb315d84

tests: replace exit 80 with #require
author Matt Mackall <mpm@selenic.com>
date Wed, 06 Aug 2014 11:43:59 -0500
parents a5168eb9b2bc
children d4c972b97fee
comparison
equal deleted inserted replaced
22045:769198c6a62d 22046:7a9cbb315d84
1 $ "$TESTDIR/hghave" svn15 || exit 80 1 #require svn15
2 2
3 $ SVNREPOPATH=`pwd`/svn-repo 3 $ SVNREPOPATH=`pwd`/svn-repo
4 #if windows 4 #if windows
5 $ SVNREPOURL=file:///`python -c "import urllib, sys; sys.stdout.write(urllib.quote(sys.argv[1]))" "$SVNREPOPATH"` 5 $ SVNREPOURL=file:///`python -c "import urllib, sys; sys.stdout.write(urllib.quote(sys.argv[1]))" "$SVNREPOPATH"`
6 #else 6 #else