blob: ccbead267158b36e6cdb86ed39136da2a6eb85d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
|