comparison tests/test-convert-cvsnt-mergepoints.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 aa9385f983fa
children 96529f81e2e9
comparison
equal deleted inserted replaced
22045:769198c6a62d 22046:7a9cbb315d84
1 1 #require cvs
2 $ "$TESTDIR/hghave" cvs || exit 80 2
3 $ filterpath() 3 $ filterpath()
4 > { 4 > {
5 > eval "$@" | sed "s:$CVSROOT:*REPO*:g" 5 > eval "$@" | sed "s:$CVSROOT:*REPO*:g"
6 > } 6 > }
7 $ cvscall() 7 $ cvscall()