From 7d5643fe34088143060e1c03299ee4b841f26424 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Mon, 12 Feb 2024 19:24:26 +0800 Subject: [PATCH] Small formatting tweak in test code --- tests/check-binary.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/check-binary.pl b/tests/check-binary.pl index 204f87a..ffbd681 100755 --- a/tests/check-binary.pl +++ b/tests/check-binary.pl @@ -32,7 +32,8 @@ sub main { ); check_cross( - path( $ENV{RUNNER_TEMP} ), $expect_cross, + path( $ENV{RUNNER_TEMP} ), + $expect_cross, $expect_cross_version );