aboutsummaryrefslogtreecommitdiff
blob: 1bf468a5e07a9c0792a8b50b88bbcb38333e9d21 (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
utimensat_static-0 0 AT_FDCWD . NULL 0 || exit 1
utimensat_static-0 0 AT_FDCWD file NULL 0 || exit 1
[ file -nt / ]