diff options
Diffstat (limited to 'regress/sys/ffs/tests/unlink/13.t')
-rw-r--r-- | regress/sys/ffs/tests/unlink/13.t | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/regress/sys/ffs/tests/unlink/13.t b/regress/sys/ffs/tests/unlink/13.t new file mode 100644 index 00000000000..5eddae1e5b7 --- /dev/null +++ b/regress/sys/ffs/tests/unlink/13.t @@ -0,0 +1,7 @@ +#!/bin/sh +# $FreeBSD: src/tools/regression/fstest/tests/unlink/13.t,v 1.1 2007/01/17 01:42:12 pjd Exp $ + +desc="unlink returns EFAULT if the path argument points outside the process's allocated address space" + +expect EFAULT unlink NULL +expect EFAULT unlink DEADCODE |