comparison tests/test-symlinks.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 113681bbef9e
children afa3fbbcabd3
comparison
equal deleted inserted replaced
22045:769198c6a62d 22046:7a9cbb315d84
1 $ "$TESTDIR/hghave" symlink || exit 80 1 #require symlink
2 2
3 == tests added in 0.7 == 3 == tests added in 0.7 ==
4 4
5 $ hg init test-symlinks-0.7; cd test-symlinks-0.7; 5 $ hg init test-symlinks-0.7; cd test-symlinks-0.7;
6 $ touch foo; ln -s foo bar; 6 $ touch foo; ln -s foo bar;