comparison tests/test-symlinks @ 4882:25d753efd48e

test-symlink-basic: require symlinks availability
author Patrick Mezard <pmezard@gmail.com>
date Sun, 15 Jul 2007 14:09:56 +0200
parents 26596a6b6518
children 35d47b06d4e3
comparison
equal deleted inserted replaced
4881:c51c9bc4579d 4882:25d753efd48e
1 #!/bin/sh 1 #!/bin/sh
2 #Test bug regarding symlinks that showed up in hg 0.7 2 #Test bug regarding symlinks that showed up in hg 0.7
3 #Author: Matthew Elder <sseses@gmail.com> 3 #Author: Matthew Elder <sseses@gmail.com>
4
5 "$TESTDIR/hghave" symlink || exit 80
4 6
5 #make and initialize repo 7 #make and initialize repo
6 hg init test; cd test; 8 hg init test; cd test;
7 9
8 #make a file and a symlink 10 #make a file and a symlink