##// END OF EJS Templates
test-serve: wait before killing to always hide the "killed!" message....
test-serve: wait before killing to always hide the "killed!" message. Without the sleeps slower systems never display never display "killed!" while faster systems sometimes or nearly always display it.

File last commit:

r4882:25d753ef default
r6000:8e7d6498 default
Show More
test-symlink-root
10 lines | 120 B | text/plain | TextLexer
/ tests / test-symlink-root
Jun Inoue
Fix accessing the repo through a symlink.
r4086 #!/bin/sh
Patrick Mezard
test-symlink-basic: require symlinks availability
r4882 "$TESTDIR/hghave" symlink || exit 80
Jun Inoue
Fix accessing the repo through a symlink.
r4086 hg init a
ln -s a link
cd a
echo foo > foo
hg status
hg status ../link