comparison tests/test-hgwebdir.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 91eb605022f5
children fdf7794be41d
comparison
equal deleted inserted replaced
22045:769198c6a62d 22046:7a9cbb315d84
1 $ "$TESTDIR/hghave" serve || exit 80 1 #require serve
2 2
3 hide outer repo and work in dir without '.hg' 3 hide outer repo and work in dir without '.hg'
4 $ hg init 4 $ hg init
5 $ mkdir dir 5 $ mkdir dir
6 $ cd dir 6 $ cd dir