aboutsummaryrefslogtreecommitdiff
blob: 7b0355c8c607c8a59bcc9e7bec3596ecfa09741f (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# basic functionality check
[ "${at_xfail}" = "yes" ] && exit 77 # see trace-0

addwrite $PWD

touch -r / file || exit 1
utimensat64_static-0 0 AT_FDCWD . NULL 0 || exit 1
utimensat64_static-0 0 AT_FDCWD file NULL 0 || exit 1
[ file -nt / ]