From d0d1ffa43edd6e8ed00f7800e8251d9ba5371d8d Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 7 Feb 2022 06:58:19 -0700 Subject: Cleanup: remove obsolete/misleading bug workaround Followup to #13129: remove a no-longer-necessary workaround for a healthcheck bug. Signed-off-by: Ed Santiago --- test/system/220-healthcheck.bats | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/system/220-healthcheck.bats b/test/system/220-healthcheck.bats index 6159a2807..c502ad669 100644 --- a/test/system/220-healthcheck.bats +++ b/test/system/220-healthcheck.bats @@ -15,9 +15,6 @@ function _check_health { run_podman inspect --format "{{json .State.Healthcheck}}" healthcheck_c parse_table "$tests" | while read field expect;do - # (kludge to deal with parse_table and empty strings) - if [ "$expect" = "''" ]; then expect=""; fi - actual=$(jq ".$field" <<<"$output") is "$actual" "$expect" "$testname - .State.Healthcheck.$field" done -- cgit v1.2.3-54-g00ecf