]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/pjdfstest/tests/chflags/04.t
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / pjdfstest / tests / chflags / 04.t
1 #!/bin/sh
2 # $FreeBSD$
3
4 desc="chflags returns ENOENT if the named file does not exist"
5
6 dir=`dirname $0`
7 . ${dir}/../misc.sh
8
9 require chflags
10
11 echo "1..4"
12
13 n0=`namegen`
14 n1=`namegen`
15
16 expect 0 mkdir ${n0} 0755
17 expect ENOENT chflags ${n0}/${n1}/test SF_IMMUTABLE
18 expect ENOENT chflags ${n0}/${n1} SF_IMMUTABLE
19 expect 0 rmdir ${n0}