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.
2 parents 183446c + 81c8d52 commit 6a1ce52Copy full SHA for 6a1ce52
t/t-locks.sh
@@ -129,7 +129,7 @@ begin_test "list locks with pagination"
129
130
for i in $(seq 1 5); do
131
git lfs lock --json "h_$i.dat" | tee lock.log
132
- assert_server_lock "$reponame" "$(assert_lock "lock.log" "h_$1.dat")"
+ assert_server_lock "$reponame" "$(assert_lock "lock.log" "h_$i.dat")"
133
done
134
135
# The server will return, at most, three locks at a time
0 commit comments