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