turns printfs back on
[freebsd-src/fkvm-freebsd.git] / tools / regression / fstest / tests / chmod / 10.t
blob867a6536e09d2a53e73e3e57aeec34cd521d2a32
1 #!/bin/sh
2 # $FreeBSD$
4 desc="chmod returns EFAULT if the path argument points outside the process's allocated address space"
6 dir=`dirname $0`
7 . ${dir}/../misc.sh
9 echo "1..2"
11 expect EFAULT chmod NULL 0644
12 expect EFAULT chmod DEADCODE 0644