comparison tests/test-hgwebdirsym.t @ 15446:c5c9ca3719f9

tests: use 'hghave serve' to guard tests that requires serve daemon management
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Nov 2011 03:24:53 +0100
parents 86888ae9ce90
children 73d20de5f30b
comparison
equal deleted inserted replaced
15445:7cbb81c47025 15446:c5c9ca3719f9
1 Tests whether or not hgwebdir properly handles various symlink topologies. 1 Tests whether or not hgwebdir properly handles various symlink topologies.
2 2
3 $ "$TESTDIR/hghave" symlink || exit 80 3 $ "$TESTDIR/hghave" serve symlink || exit 80
4 $ hg init a 4 $ hg init a
5 $ echo a > a/a 5 $ echo a > a/a
6 $ hg --cwd a ci -Ama -d'1 0' 6 $ hg --cwd a ci -Ama -d'1 0'
7 adding a 7 adding a
8 $ mkdir webdir 8 $ mkdir webdir