From 972dcc2973b160cdaad2c4ce0df3616a9f234759 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 23 Jul 2024 15:19:17 -0400 Subject: tests: Make more tests POSIX-compliant --- tests/posix/atime.out | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/posix/atime.out (limited to 'tests/posix/atime.out') diff --git a/tests/posix/atime.out b/tests/posix/atime.out new file mode 100644 index 0000000..5ed206b --- /dev/null +++ b/tests/posix/atime.out @@ -0,0 +1,6 @@ +-atime 1: ./yesterday +-atime +1: ./last_week +-atime +1: ./two_days_ago +-atime -1: ./now +-atime -1: ./one_hour_ago +-atime -1: ./tomorrow -- cgit v1.2.3