Lines Matching +full:event +full:- +full:touch
17 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
31 atf_set "descr" "Verifies that -newer correctly uses a symlink, " \
36 atf_check -s exit:0 mkdir test
37 atf_check -s exit:0 ln -s file1 test/link
38 atf_check -s exit:0 touch -d 2017-12-31T10:00:00Z -h test/link
39 atf_check -s exit:0 touch -d 2017-12-31T11:00:00Z test/file2
40 atf_check -s exit:0 touch -d 2017-12-31T12:00:00Z test/file1
43 # (with -P / without -L flags). Since link was created first, the
45 echo -e "test\ntest/file1\ntest/file2" > expout
46 atf_check -s exit:0 -o save:output find test -newer test/link
47 atf_check -s exit:0 -o file:expout sort < output
53 atf_set "descr" "Verifies that -samefile correctly uses a symlink, " \
58 atf_check -s exit:0 mkdir test
59 atf_check -s exit:0 touch test/file3
60 atf_check -s exit:0 ln -s file3 test/link2
63 # (with -P / without -L flags).
64 atf_check -s exit:0 -o "inline:test/link2\n" find test -samefile test/link2