(root)/
findutils-4.9.0/
find/
testsuite/
find.gnu/
fprint-unwritable.exp
# test for -fprint to unwritable dest (we expect this to fail)
if { ! [ fs_superuser ] } {
    exec rm -rf tmp
    file mkdir tmp
    exec touch tmp/unwritable
    exec chmod 444 tmp/unwritable
    find_start f { tmp -fprint tmp/unwritable }
    exec rm -rf tmp
}