diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2025-01-13 17:34:21 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-01-13 17:49:15 +0900 |
| commit | d533ad582e38aaf4fe6f50e864f4e6999ec943a5 (patch) | |
| tree | 12a7c9298ee28b8abb9cc2b9470112b362aab662 /patches/e9patch-check-mode.patch | |
| parent | c6ac2488c9bfac7db4d5efdcac7a85449ef15d37 (diff) | |
| download | loftix-d533ad582e38aaf4fe6f50e864f4e6999ec943a5.tar.gz | |
Update E9Patch
Diffstat (limited to 'patches/e9patch-check-mode.patch')
| -rw-r--r-- | patches/e9patch-check-mode.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/patches/e9patch-check-mode.patch b/patches/e9patch-check-mode.patch deleted file mode 100644 index ccbead2..0000000 --- a/patches/e9patch-check-mode.patch +++ /dev/null @@ -1,20 +0,0 @@ -From fdfec33e129efc6c08a0c532c309605c9bb09269 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= <cnx@loang.net> -Date: Wed, 13 Nov 2024 19:55:35 +0900 -Subject: [PATCH] Set expected file mode in test to 644 - -For real files, git only distinguish between executable or not, -and the mode of a checked-out file is either 644 or 755. ---- - test/regtest/stat.exp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/test/regtest/stat.exp b/test/regtest/stat.exp -index 9509b9a..8b78453 100644 ---- a/test/regtest/stat.exp -+++ b/test/regtest/stat.exp -@@ -1,3 +1,3 @@ --mode = 100664 -+mode = 100644 - size = 62 - PASSED |
