aboutsummaryrefslogtreecommitdiffstats
path: root/community/git-lfs/lock_test-musl_regex.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/git-lfs/lock_test-musl_regex.patch')
-rw-r--r--community/git-lfs/lock_test-musl_regex.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/git-lfs/lock_test-musl_regex.patch b/community/git-lfs/lock_test-musl_regex.patch
deleted file mode 100644
index c145c20be23..00000000000
--- a/community/git-lfs/lock_test-musl_regex.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-Patch-Source: https://github.com/git-lfs/git-lfs/pull/4673
---- a/t/t-lock.sh
-+++ b/t/t-lock.sh
-@@ -113,7 +113,7 @@ begin_test "lock multiple files (JSON)"
- git push origin main:other
-
- git lfs lock --json *.dat | tee lock.json
-- grep -E '\[{"id":"[^"]+","path":"a\.dat","owner":{"name":"Git LFS Tests"},"locked_at":"[^"]+"},{"id":"[^"]+","path":"b\.dat","owner":{"name":"Git LFS Tests"},"locked_at":"[^"]+"}\]' lock.json
-+ grep -E '\[\{"id":"[^"]+","path":"a\.dat","owner":\{"name":"Git LFS Tests"\},"locked_at":"[^"]+"\},\{"id":"[^"]+","path":"b\.dat","owner":\{"name":"Git LFS Tests"\},"locked_at":"[^"]+"\}\]' lock.json
- )
- end_test