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:
parent
041ca7f3b3
commit
6f13e00055
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue