From b7786a80b1a3b6bc6734efcb3f394c52deb2b663 Mon Sep 17 00:00:00 2001 From: Ken McDonell Date: Fri, 12 Jul 2024 16:12:03 +1000 Subject: [PATCH] qa/1123: drop a failing subtest We're using execvp() unde the covers, which means we're exposed to the user's login $PATH setting ... so we can't tell if . is in the $PATH or not, which makes one of the subtests non-deterministic. --- qa/1123 | 8 -------- qa/1123.out | 2 -- 2 files changed, 10 deletions(-) diff --git a/qa/1123 b/qa/1123 index d1a59e7b20..3ecf4db8d4 100755 --- a/qa/1123 +++ b/qa/1123 @@ -117,13 +117,5 @@ export PATH pmchart -c ./`basename $tmp.sh` -C -C 2>&1 \ | _filter -echo '-- now without . in $PATH, but NO ./ prefix for config arg (should fail) ...' -pmchart -c `basename $tmp.sh` -C -C 2>&1 \ -| _filter \ -| sed -e '/^__pmProcessPipe:/{ -s/pid=[0-9][0-9]*/pid=PID/ -s/-[0-9][0-9]*\.sh/-MYPID.sh/ -}' - # all done exit diff --git a/qa/1123.out b/qa/1123.out index 524790481e..dafafee7f7 100644 --- a/qa/1123.out +++ b/qa/1123.out @@ -5,5 +5,3 @@ Found between 1 and 10 busy processes QA test ... -- first with . in $PATH ... -- now without . in $PATH, but ./ prefix for config arg ... --- now without . in $PATH, but NO ./ prefix for config arg (should fail) ... -__pmProcessPipe: child pid=PID execvp(1123-MYPID.sh, ...) failed