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