diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-02-07 12:48:06 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-02-07 12:50:00 -0500 |
commit | dd5df1f8997550c5bf49205578027715b957bd01 (patch) | |
tree | 127cb1f81c65fd0ccc49c0ba4ff032f0c8b9e6d0 /tests/gnu | |
parent | e1d46eb3da4cc6d04c93b4f4c1485a64887ac190 (diff) | |
download | bfs-dd5df1f8997550c5bf49205578027715b957bd01.tar.xz |
eval: Don't error out in -ls if the time overflows
Diffstat (limited to 'tests/gnu')
-rw-r--r-- | tests/gnu/fls_overflow.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/gnu/fls_overflow.sh b/tests/gnu/fls_overflow.sh new file mode 100644 index 0000000..d3447a2 --- /dev/null +++ b/tests/gnu/fls_overflow.sh @@ -0,0 +1,4 @@ +# Regression test: times that overflow localtime() should still print +cd "$TEST" +"$XTOUCH" -t "@1111111111111111111" overflow +invoke_bfs . -fls "$OUT" |