Skip to content

Commit 47e0a0f

Browse files
committed
try to fix the rebase
1 parent ddf645b commit 47e0a0f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

util/gnu-patches/debug-stat-nano.patch

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ index a4f55cf6d..53855576d 100755
1010
# Copyright (C) 2010-2024 Free Software Foundation, Inc.
1111

1212
# This program is free software: you can redistribute it and/or modify
13+
@@ -16,7 +16,7 @@
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
17+
-. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
18+
+. "${srcdir=.}/tests/init.sh";
19+
print_ver_ stat
20+
21+
# Set this to avoid problems with weird time zones.
1322
@@ -24,23 +24,35 @@ TZ=UTC0
1423
export TZ
1524

@@ -19,7 +28,7 @@ index a4f55cf6d..53855576d 100755
1928

2029
ls --full-time | grep 18:43:33.023456789 \
2130
|| skip_ this file system does not support sub-second timestamps
22-
31+
2332
test "$(stat -c %Y k)" = 67413 || fail=1
2433
+echo $fail
2534
test "$(stat -c %.Y k)" = 67413.023456789 || fail=1

0 commit comments

Comments
 (0)