##// END OF EJS Templates
tests: conditionalize `chmod` usage in `test-upgrade-repo.t`...
Matt Harbison -
r52841:ed90f4a1 default
parent child Browse files
Show More
@@ -2082,6 +2082,8 Quiet upgrade and downgrade
2082 tracked-hint: no
2082 tracked-hint: no
2083 share-safe: yes
2083 share-safe: yes
2084
2084
2085 #if unix-permissions
2086
2085 Attempting Auto-upgrade on a read-only repository
2087 Attempting Auto-upgrade on a read-only repository
2086 -------------------------------------------------
2088 -------------------------------------------------
2087
2089
@@ -2095,6 +2097,8 Attempting Auto-upgrade on a read-only r
2095
2097
2096 $ chmod -R u+w auto-upgrade
2098 $ chmod -R u+w auto-upgrade
2097
2099
2100 #endif
2101
2098 Attempting Auto-upgrade on a locked repository
2102 Attempting Auto-upgrade on a locked repository
2099 ----------------------------------------------
2103 ----------------------------------------------
2100
2104
General Comments 0
You need to be logged in to leave comments. Login now