]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/pjdfstest/tests/unlink/13.t
Merge llvm trunk r351319, resolve conflicts, and update FREEBSD-Xlist.
[FreeBSD/FreeBSD.git] / contrib / pjdfstest / tests / unlink / 13.t
1 #!/bin/sh
2 # vim: filetype=sh noexpandtab ts=8 sw=8
3 # $FreeBSD: head/tools/regression/pjdfstest/tests/unlink/13.t 211352 2010-08-15 21:24:17Z pjd $
4
5 desc="unlink returns EFAULT if the path argument points outside the process's allocated address space"
6
7 dir=`dirname $0`
8 . ${dir}/../misc.sh
9
10 echo "1..2"
11
12 expect EFAULT unlink NULL
13 expect EFAULT unlink DEADCODE