From: Arran Cudbard-Bell Date: Wed, 31 Dec 2025 19:02:13 +0000 (+0000) Subject: raduat: Use the computed file name X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b18b6bd721ef29dd85203c8b416ced785adcea0f;p=thirdparty%2Ffreeradius-server.git raduat: Use the computed file name --- diff --git a/scripts/util/raduat b/scripts/util/raduat index 36d8c3b396c..42ce216317a 100755 --- a/scripts/util/raduat +++ b/scripts/util/raduat @@ -346,7 +346,7 @@ for i in $test_files; do # and can later be specified with -v -- to drill down. echo "Radclient-Test-Name := \""$(echo "$i" | sed -e "s@${test_path}/\?@@")"\"" >> "$packets" echo >> "$packets" - printf '%s\n' "$(cat "${i}_expected")" >> "$filters" + printf '%s\n' "$(cat "${expected}")" >> "$filters" echo >> "$filters" done