detect terminal output with 'test -t' in tests
authorDavid Kalnischkies <david@kalnischkies.de>
Sun, 7 Sep 2014 17:30:33 +0000 (19:30 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 7 Sep 2014 17:30:33 +0000 (19:30 +0200)
commit27cb4f6c919921b04f3dddff069620ced250a94f
tree38dafdf86c4a6a64797611b25a0ccdadbb10c659
parente9bb097c914ff4fb1cdeda8a2843644dca184c56
detect terminal output with 'test -t' in tests

Instead of trying to inspect /proc and the fds inside we use "test -t 1"
instead as this is available and working on kfreebsd as well – not that
something breaks if we wouldn't, but we like color.

Git-Dch: Ignore
test/integration/framework
test/integration/run-tests