File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments