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
/
chflags
/
13.t
blob
edab3a95528b8bb048bcb3fe8ba8505b5085280d
1
#!/bin/sh
2
# $FreeBSD$
3
4
desc
=
"chflags 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
require chflags
10
11
echo
"1..2"
12
13
expect EFAULT chflags NULL UF_IMMUTABLE
14
expect EFAULT chflags DEADCODE UF_IMMUTABLE