]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
raduat: Fix redirection of output
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 31 Dec 2025 19:02:04 +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 da38ecf23b7ae2ede2e82a99b57f75b653562e56..36d8c3b396c5e6ade1bd8a401d26dacea20ec2c7 100755 (executable)
@@ -374,8 +374,8 @@ if [ ! -z "$file_args" ]; then
        INFO "(Parallelised tests)"
        INFO ""
 
-       rm -f "$packets" 2>&1 > /dev/null
-       rm -f "$filters" 2>&1 > /dev/null
+       rm -f "$packets" >/dev/null 2>&1
+       rm -f "$filters" >/dev/null 2>&1
 
        if [ $ret -ne 0 ]; then
                ERROR "One or more tests failed (radclient exited with $ret)"