summaryrefslogtreecommitdiffstats
path: root/tools/regression/fstest/tests/rmdir/15.t
blob: 8bfa1491f7ba20d913f89008009f98121c00bfb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# $FreeBSD$

desc="rmdir 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 rmdir NULL
expect EFAULT rmdir DEADCODE
OpenPOWER on IntegriCloud