##// END OF EJS Templates
test-permissions: add a chmod +w to allow the directory to be removed
Alexis S. L. Carvalho -
r5519:b688d264 default
parent child Browse files
Show More
@@ -13,5 +13,6 b' hg verify 2>/dev/null || echo verify fai'
13 chmod -w .hg/store/data/a.i
13 chmod -w .hg/store/data/a.i
14 echo barber > a
14 echo barber > a
15 hg commit -m "2" -d "1000000 0" 2>/dev/null || echo commit failed
15 hg commit -m "2" -d "1000000 0" 2>/dev/null || echo commit failed
16 chmod -w ../t
16 chmod -w .
17 hg diff --nodates
17 hg diff --nodates
18 chmod +w .
General Comments 0
You need to be logged in to leave comments. Login now