minimal-linux-script/busybox-1.33.0/testsuite/touch/touch-touches-files-after-non-existent-file
2023-11-16 23:19:36 -05:00

4 lines
87 B
Plaintext

touch -t 198001010000 bar
busybox touch -c foo bar
test x"`find bar -mtime -1`" = xbar