We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11c001 commit db3dc31Copy full SHA for db3dc31
t/t-checkout.sh
@@ -187,7 +187,7 @@ begin_test "checkout: read-only directory"
187
188
rm dir/a.bin
189
190
- chmod a-w dir
+ chmod ugo-w dir
191
git lfs checkout 2>&1 | tee checkout.log
192
# Note that although the checkout command should log an error, at present
193
# we still expect a zero exit code.
t/t-pull.sh
@@ -391,7 +391,7 @@ begin_test "pull: read-only directory"
391
392
delete_local_object "$contents_oid"
393
394
395
git lfs pull 2>&1 | tee pull.log
396
# Note that although the pull command should log an error, at present
397
0 commit comments