aboutsummaryrefslogtreecommitdiff
blob: 2aebc5fe6358ca98c2fb6763fa2729981b24b716 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# basic functionality check

addwrite $PWD

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