diff --git a/testsuite/tests/process/all.T b/testsuite/tests/process/all.T index 54da15297efe0cc12a26a38025d4d38a4cbc2da4..638391e2c8b9d18e0f79a28f5883fe7f5ff0009e 100644 --- a/testsuite/tests/process/all.T +++ b/testsuite/tests/process/all.T @@ -1,6 +1,6 @@ # some platforms use spawnp instead of exec in some cases, resulting # in spurious error output changes. -normalise_exec = normalise_fun(lambda s: s.replace('posix_spawnp', 'exec')) +normalise_exec = normalise_fun(lambda s: s.replace('posix_spawnp', 'exec').replace('execvp','exec')) test('process001', [req_process], compile_and_run, ['']) test('process002', [fragile_for(16547, concurrent_ways), req_process], compile_and_run, [''])