003 File Manager
Current Path:
/usr/src/contrib/pjdfstest/tests/mkfifo
usr
/
src
/
contrib
/
pjdfstest
/
tests
/
mkfifo
/
📁
..
📄
00.t
(2.17 KB)
📄
01.t
(517 B)
📄
02.t
(452 B)
📄
03.t
(476 B)
📄
04.t
(395 B)
📄
05.t
(798 B)
📄
06.t
(812 B)
📄
07.t
(501 B)
📄
08.t
(766 B)
📄
09.t
(482 B)
📄
10.t
(1.4 KB)
📄
11.t
(741 B)
📄
12.t
(369 B)
Editing: 01.t
#!/bin/sh # vim: filetype=sh noexpandtab ts=8 sw=8 # $FreeBSD: head/tools/regression/pjdfstest/tests/mkfifo/01.t 211474 2010-08-18 22:06:43Z pjd $ desc="mkfifo returns ENOTDIR if a component of the path prefix is not a directory" dir=`dirname $0` . ${dir}/../misc.sh echo "1..17" n0=`namegen` n1=`namegen` expect 0 mkdir ${n0} 0755 for type in regular fifo block char socket; do create_file ${type} ${n0}/${n1} expect ENOTDIR mkfifo ${n0}/${n1}/test 0644 expect 0 unlink ${n0}/${n1} done expect 0 rmdir ${n0}
Upload File
Create Folder