1#!/bin/sh
2# $FreeBSD: src/tools/regression/fstest/tests/mkfifo/12.t,v 1.1 2007/01/17 01:42:10 pjd Exp $
3
4desc="mkfifo returns EFAULT if the path argument points outside the process's allocated address space"
5
6expect EFAULT mkfifo NULL 0644
7expect EFAULT mkfifo DEADCODE 0644
8