summaryrefslogtreecommitdiffstats
path: root/tools/regression/fifo/fifo_open
Commit message (Collapse)AuthorAgeFilesLines
* MFC r282067:ngie2015-05-132-483/+0
| | | | | Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifo and tools/regression/file into the FreeBSD test suite as tests/sys/file
* MFC r264400,r265836:ngie2014-12-311-1/+1
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* o style.Makefile(5): WARNS= -> WARNS?=.maxim2006-07-091-1/+1
|
* Use different temporary directory templates for fifo_io and fifo_open sorwatson2005-09-121-1/+1
| | | | that if the tests fail to GC their working spaces, it's clear which it is.
* After going to some trouble to create a temporary directory in which to runrwatson2005-09-111-0/+2
| | | | fifo tests, chdir to it.
* Add fifo_open, a basic regression test for opening fifos, which testsrwatson2005-09-112-0/+481
the blocking and non-blocking forms of open based on the POSIX spec for now O_NONBLOCK should be handled.
OpenPOWER on IntegriCloud