From: Zbigniew Jędrzejewski-Szmek Date: Mon, 29 May 2023 18:54:44 +0000 (+0200) Subject: TEST-58: remove whitespace between redirection operator and its argument X-Git-Tag: v254-rc1~338^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F27835%2Fhead;p=thirdparty%2Fsystemd.git TEST-58: remove whitespace between redirection operator and its argument --- diff --git a/test/units/testsuite-58.sh b/test/units/testsuite-58.sh index 06bceb5a867..37dfa9cefe5 100755 --- a/test/units/testsuite-58.sh +++ b/test/units/testsuite-58.sh @@ -838,9 +838,9 @@ EOF --certificate="$defs/verity.crt" \ "$imgs/verity") - drh=$(jq -r ".[] | select(.type == \"root-${architecture}\") | .roothash" <<< "$output") - hrh=$(jq -r ".[] | select(.type == \"root-${architecture}-verity\") | .roothash" <<< "$output") - srh=$(jq -r ".[] | select(.type == \"root-${architecture}-verity-sig\") | .roothash" <<< "$output") + drh=$(jq -r ".[] | select(.type == \"root-${architecture}\") | .roothash" <<<"$output") + hrh=$(jq -r ".[] | select(.type == \"root-${architecture}-verity\") | .roothash" <<<"$output") + srh=$(jq -r ".[] | select(.type == \"root-${architecture}-verity-sig\") | .roothash" <<<"$output") assert_eq "$drh" "$hrh" assert_eq "$hrh" "$srh"