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