]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/regression/fstest/tests/chown/10.t
This commit was generated by cvs2svn to compensate for changes in r169808,
[FreeBSD/FreeBSD.git] / tools / regression / fstest / tests / chown / 10.t
1 #!/bin/sh
2 # $FreeBSD$
3
4 desc="chown returns EFAULT if the path argument points outside the process's allocated address space"
5
6 dir=`dirname $0`
7 . ${dir}/../misc.sh
8
9 echo "1..2"
10
11 expect EFAULT chown NULL 65534 65534
12 expect EFAULT chown DEADCODE 65534 65534