4 desc
="truncate returns EFBIG or EINVAL if the length argument was greater than the maximum file size"
13 expect
0 create
${n0} 0644
14 r
=`${fstest} truncate ${n0} 999999999999999 2>/dev/null`
17 expect
0 stat
${n0} size
20 expect
999999999999999 stat
${n0} size
23 echo "not ok ${ntest}"
24 ntest
=`expr ${ntest} + 1`