Tweak siggen test-harness test for portability, since a few outlier impls of ps (e.g. Haiku) don't support -ef args

This commit is contained in:
Brian Cox 2017-09-08 23:00:36 -07:00
parent 041ca7f3b3
commit 6f13e00055
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ sub run() {
printf("%-30s", "-- $description");
twtools::logStatus(`ps -ef > $twtools::twrootdir/hashme.txt`);
twtools::logStatus(`ps > $twtools::twrootdir/hashme.txt`);
if ( $? != 0 ) {
twtools::logStatus("test file creation failed\n");
$twpassed = 0;