diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-06-04 13:54:16 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-06-04 13:54:16 -0400 |
commit | d6c2c94896c4e9f49e187f6c7b0f0d376a2d02ac (patch) | |
tree | 78c3259aa45898c490cb67c68ce8bdfdfbbe986e /tests/common/amin.out | |
parent | c6bb003b8882e9a16941f5803d072ec1cb728318 (diff) | |
download | bfs-d6c2c94896c4e9f49e187f6c7b0f0d376a2d02ac.tar.xz |
tests/common: Add tests for -[am]{min,time}
Diffstat (limited to 'tests/common/amin.out')
-rw-r--r-- | tests/common/amin.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/common/amin.out b/tests/common/amin.out new file mode 100644 index 0000000..af57325 --- /dev/null +++ b/tests/common/amin.out @@ -0,0 +1,6 @@ +-amin 1: ./one_minute_ago +-amin +1: ./one_hour_ago +-amin +1: ./two_minutes_ago +-amin -1: ./in_one_hour +-amin -1: ./in_one_minute +-amin -1: ./thirty_seconds_ago |