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

addwrite $PWD

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