From 6a17f6f6a8f979cb25bdab105ba0d0fa81a282a2 Mon Sep 17 00:00:00 2001 From: d-w-moore Date: Thu, 21 Mar 2024 15:44:38 -0400 Subject: [PATCH] set-x+x --- irods/test/PRC_issue_362.bats | 2 -- 1 file changed, 2 deletions(-) diff --git a/irods/test/PRC_issue_362.bats b/irods/test/PRC_issue_362.bats index edbf83d9..818811ac 100644 --- a/irods/test/PRC_issue_362.bats +++ b/irods/test/PRC_issue_362.bats @@ -4,7 +4,6 @@ . $BATS_TEST_DIRNAME/scripts/funcs setup() { - set -x local -A chars=( [semicolon]=";" [atsymbol]="@" @@ -40,7 +39,6 @@ setup() { and ses.pool.account._original_authentication_scheme.lower().startswith('pam') else 1) EOF - set +x } prc_test()