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

addwrite $PWD

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