Skip to content

Commit db3dc31

Browse files
committed
DEBUG
1 parent d11c001 commit db3dc31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

t/t-checkout.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ begin_test "checkout: read-only directory"
187187

188188
rm dir/a.bin
189189

190-
chmod a-w dir
190+
chmod ugo-w dir
191191
git lfs checkout 2>&1 | tee checkout.log
192192
# Note that although the checkout command should log an error, at present
193193
# we still expect a zero exit code.

t/t-pull.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ begin_test "pull: read-only directory"
391391
rm dir/a.bin
392392
delete_local_object "$contents_oid"
393393

394-
chmod a-w dir
394+
chmod ugo-w dir
395395
git lfs pull 2>&1 | tee pull.log
396396
# Note that although the pull command should log an error, at present
397397
# we still expect a zero exit code.

0 commit comments

Comments
 (0)