diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-02-21 13:13:12 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-02-21 13:13:12 -0500 |
commit | 504dd8e9a551c75d6e83ab0d328a2d482d8b48d5 (patch) | |
tree | ddb3999a03afe994fb8b132076aaba88eef7c133 | |
parent | ecfb5a7b2735eb19e36f8ddc4dd4507ebe469ec2 (diff) | |
download | bfs-504dd8e9a551c75d6e83ab0d328a2d482d8b48d5.tar.xz |
tests/gnu/fls_overflow: Skip if the FS doesn't support 64-bit times
Notes
Fixes: dd5df1f ("eval: Don't error out in -ls if the time overflows")
-rw-r--r-- | tests/gnu/fls_overflow.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gnu/fls_overflow.sh b/tests/gnu/fls_overflow.sh index d3447a2..067bc86 100644 --- a/tests/gnu/fls_overflow.sh +++ b/tests/gnu/fls_overflow.sh @@ -1,4 +1,4 @@ # Regression test: times that overflow localtime() should still print cd "$TEST" -"$XTOUCH" -t "@1111111111111111111" overflow +"$XTOUCH" -t "@1111111111111111111" overflow || skip invoke_bfs . -fls "$OUT" |