aboutsummaryrefslogtreecommitdiffstats
path: root/community/git-lfs/fix-test-locks.patch
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-08-20 20:11:25 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-08-20 20:22:59 +0000
commitd05f8f47e0de82195b8b66a950a6eb0ea243e382 (patch)
treea14418694db3add79466bf2b6283edc2af8e18b3 /community/git-lfs/fix-test-locks.patch
parentfed3f7f792cd223bc3ed8b38dc6bcf40e5a84717 (diff)
downloadaports-d05f8f47e0de82195b8b66a950a6eb0ea243e382.tar.bz2
aports-d05f8f47e0de82195b8b66a950a6eb0ea243e382.tar.xz
community/git-lfs: upgrade to 2.8.0
Diffstat (limited to 'community/git-lfs/fix-test-locks.patch')
-rw-r--r--community/git-lfs/fix-test-locks.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/git-lfs/fix-test-locks.patch b/community/git-lfs/fix-test-locks.patch
deleted file mode 100644
index fb4dd641df..0000000000
--- a/community/git-lfs/fix-test-locks.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-This is probably a typo. I have no idea why it does not fail for upstream...
-
---- a/t/t-locks.sh
-+++ b/t/t-locks.sh
-@@ -129,7 +129,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