diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-02-11 22:20:57 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-02-11 22:20:57 -0500 |
commit | 60a33ca726518a3325e56d77f65bfdcbecf91444 (patch) | |
tree | 99fadc2fe4b13f0da18162a6cfc971fd42b98b0e /tests.sh | |
parent | 31d4d9ea8bb2678ea4a3742a7d34e76c0ed86956 (diff) | |
download | bfs-60a33ca726518a3325e56d77f65bfdcbecf91444.tar.xz |
Implement explicit reference times (-newerXt)
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -337,6 +337,7 @@ bsd_tests=( test_H_newer test_newerma + test_newermt test_nogroup test_nogroup_ulimit @@ -485,6 +486,7 @@ gnu_tests=( test_H_newer test_newerma + test_newermt test_nogroup test_nogroup_ulimit @@ -1349,6 +1351,10 @@ function test_newerma() { bfs_diff times -newerma times/a } +function test_newermt() { + bfs_diff times -newermt 1991-12-14T00:01 +} + function test_size() { bfs_diff basic -type f -size 0 } |