##// END OF EJS Templates
test-git-import: fake executable permissions.
Patrick Mezard -
r5073:4cd52978 default
parent child Browse files
Show More
@@ -44,8 +44,12 b' 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
General Comments 0
You need to be logged in to leave comments. Login now