comparison tests/test-repair-strip.t @ 15443:a1914d214579

tests: use 'hghave unix-permissions' for tests that really use chmod chmod of helper scripts is not included. tests that exercise the x bit in the file system uses 'hghave execbit'.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Nov 2011 03:14:55 +0100
parents f8e1dc896e5f
children f2719b387380
comparison
equal deleted inserted replaced
15442:db0340f4b507 15443:a1914d214579
1 $ "$TESTDIR/hghave" unix-permissions || exit 80
1 2
2 $ echo "[extensions]" >> $HGRCPATH 3 $ echo "[extensions]" >> $HGRCPATH
3 $ echo "mq=">> $HGRCPATH 4 $ echo "mq=">> $HGRCPATH
4 5
5 $ teststrip() { 6 $ teststrip() {