xref: /openbsd/regress/sys/ffs/tests/unlink/13.t (revision 7b36286a)
1#!/bin/sh
2# $FreeBSD: src/tools/regression/fstest/tests/unlink/13.t,v 1.1 2007/01/17 01:42:12 pjd Exp $
3
4desc="unlink returns EFAULT if the path argument points outside the process's allocated address space"
5
6expect EFAULT unlink NULL
7expect EFAULT unlink DEADCODE
8