mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
14 lines
448 B
Diff
14 lines
448 B
Diff
This is probably a typo. I have no idea why it does not fail for upstream...
|
|
|
|
--- a/test/test-locks.sh
|
|
+++ b/test/test-locks.sh
|
|
@@ -100,7 +100,7 @@
|
|
|
|
for i in $(seq 1 5); do
|
|
git lfs lock --json "h_$i.dat" | tee lock.log
|
|
- assert_server_lock "$reponame" "$(assert_lock "lock.log" "h_$1.dat")"
|
|
+ assert_server_lock "$reponame" "$(assert_lock "lock.log" "h_$i.dat")"
|
|
done
|
|
|
|
# The server will return, at most, three locks at a time
|