]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/pjdfstest/tests/ftruncate/02.t
Update to bmake-20201101
[FreeBSD/FreeBSD.git] / contrib / pjdfstest / tests / ftruncate / 02.t
1 #!/bin/sh
2 # vim: filetype=sh noexpandtab ts=8 sw=8
3 # $FreeBSD: head/tools/regression/pjdfstest/tests/truncate/02.t 211352 2010-08-15 21:24:17Z pjd $
4
5 desc="truncate returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
6
7 dir=`dirname $0`
8 . ${dir}/../misc.sh
9
10 echo "1..5"
11
12 nx=`namegen_max`
13 nxx="${nx}x"
14
15 expect 0 create ${nx} 0644
16 expect 0 truncate ${nx} 123
17 expect 123 stat ${nx} size
18 expect 0 unlink ${nx}
19 expect ENAMETOOLONG truncate ${nxx} 123