diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-02-12 13:41:46 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-02-12 14:12:00 -0500 |
commit | 2cdc648441794db0f84518f79e8aaf3ead68f110 (patch) | |
tree | 1ee32ec07d51b5dd71bb55f8328d2733ba17e320 /tests | |
parent | 3bfdb184465da7684265b7b21a2c7f0ba5904998 (diff) | |
download | bfs-2cdc648441794db0f84518f79e8aaf3ead68f110.tar.xz |
Implement -{a,B,c,m,}since
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_asince.out | 3 | ||||
-rw-r--r-- | tests/test_msince.out | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_asince.out b/tests/test_asince.out new file mode 100644 index 0000000..650e550 --- /dev/null +++ b/tests/test_asince.out @@ -0,0 +1,3 @@ +times +times/c +times/l diff --git a/tests/test_msince.out b/tests/test_msince.out new file mode 100644 index 0000000..650e550 --- /dev/null +++ b/tests/test_msince.out @@ -0,0 +1,3 @@ +times +times/c +times/l |