xref: /freebsd/contrib/pjdfstest/tests/mkfifo/12.t (revision 2f834a0b41079f9be4dc33ff877d50a5fba869d4)
1#!/bin/sh
2# $FreeBSD: head/tools/regression/pjdfstest/tests/mkfifo/12.t 211352 2010-08-15 21:24:17Z pjd $
3
4desc="mkfifo returns EFAULT if the path argument points outside the process's allocated address space"
5
6dir=`dirname $0`
7. ${dir}/../misc.sh
8
9echo "1..2"
10
11expect EFAULT mkfifo NULL 0644
12expect EFAULT mkfifo DEADCODE 0644
13