aboutsummaryrefslogtreecommitdiff
path: root/scripts/test/head.test
AgeCommit message (Collapse)Author
2014-09-20Move testsuite out of scripts/test into its own top level tests directory, ↵Rob Landley
and make ctrl-c kill "make test" more reliably.
2012-10-07Test tweaks. Set +x on two scripts (so they can be run standalone), fix ↵Rob Landley
chgrp so it doesn't abort test all.
2012-02-10Add tests for headTimothy Elliott
This exposed one issue in head.c -- printf was not flushing and file names could appear after file contents instead of before. The issue is fixed by calling xflush after xprintf.