comparison tests/test-git-import @ 5073:4cd52978e188

test-git-import: fake executable permissions.
author Patrick Mezard <pmezard@gmail.com>
date Mon, 06 Aug 2007 10:38:07 +0200
parents 826659bd8053
children 477136fa6571
comparison
equal deleted inserted replaced
5072:7e2385a31933 5073:4cd52978e188
42 similarity index 100% 42 similarity index 100%
43 copy from new 43 copy from new
44 copy to copyx 44 copy to copyx
45 EOF 45 EOF
46 46
47 test -f copy -a ! -x copy || echo failed 47 if "$TESTDIR/hghave" -q execbit; then
48 test -x copyx || echo failed 48 test -f copy -a ! -x copy || echo failed
49 test -x copyx || echo failed
50 else
51 test -f copy || echo failed
52 fi
49 cat copy 53 cat copy
50 hg cat copy 54 hg cat copy
51 55
52 echo % rename 56 echo % rename
53 hg import -mrename - <<EOF 57 hg import -mrename - <<EOF