Lines Matching refs:file
31 touch file || framework_failure_
32 if ! stat_test_N file; then
33 returns_ 1 env test -N file || fail=1
37 touch -a -d '12:00 today -2 days' file || framework_failure_
38 if stat_test_N file; then
39 env test -N file || fail=1
43 touch -m -d '12:00 today -4 days' file || framework_failure_
44 if ! stat_test_N file; then
45 returns_ 1 env test -N file || fail=1
49 echo 'data' > file || framework_failure_
50 if stat_test_N file; then
51 env test -N file || fail=1