]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/regression/fstest/tests/mkfifo/02.t
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / tools / regression / fstest / tests / mkfifo / 02.t
1 #!/bin/sh
2 # $FreeBSD$
3
4 desc="mkfifo returns ENAMETOOLONG if a component of a pathname exceeded 255 characters"
5
6 dir=`dirname $0`
7 . ${dir}/../misc.sh
8
9 echo "1..3"
10
11 expect 0 mkfifo ${name255} 0644
12 expect 0 unlink ${name255}
13 expect ENAMETOOLONG mkfifo ${name256} 0644