]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
raduat: Use the computed file name
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 31 Dec 2025 19:02:13 +0000 (19:02 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 1 Jan 2026 18:23:45 +0000 (18:23 +0000)
scripts/util/raduat

index 36d8c3b396c5e6ade1bd8a401d26dacea20ec2c7..42ce216317a1fcc93620d204f44d6451f323df8b 100755 (executable)
@@ -346,7 +346,7 @@ for i in $test_files; do
     # and can later be specified with -v -- <test> 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