turns printfs back on
[freebsd-src/fkvm-freebsd.git] / tools / regression / fstest / tests / truncate / 14.t
blob53dca715237e17e80bc89397200ec13b00d3a0b8
1 #!/bin/sh
2 # $FreeBSD$
4 desc="truncate 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 truncate NULL 123
12 expect EFAULT truncate DEADCODE 123