aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/fstest/tests/unlink/13.t
blob: da5e718d58de732b03b84b8acc438cc4c2feafac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# $FreeBSD$

desc="unlink returns EFAULT if the path argument points outside the process's allocated address space"

dir=`dirname $0`
. ${dir}/../misc.sh

echo "1..2"

expect EFAULT unlink NULL
expect EFAULT unlink DEADCODE