repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
turns printfs back on
[freebsd-src/fkvm-freebsd.git]
/
tools
/
regression
/
fstest
/
tests
/
chmod
/
10.t
blob
867a6536e09d2a53e73e3e57aeec34cd521d2a32
1
#!/bin/sh
2
# $FreeBSD$
3
4
desc
=
"chmod returns EFAULT if the path argument points outside the process's allocated address space"
5
6
dir
=
`dirname
$0
`
7
.
${dir}
/
..
/
misc.sh
8
9
echo
"1..2"
10
11
expect EFAULT
chmod
NULL
0644
12
expect EFAULT
chmod
DEADCODE
0644