From 0c94ead7631186f0dda9ade9bce4761c20c824f1 Mon Sep 17 00:00:00 2001 From: Erik Auerswald Date: Sun, 28 Jul 2024 19:28:01 +0200 Subject: [PATCH] test-11-unpriv.pl: always use /tmp/fping.copy --- ci/test-11-unpriv.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-11-unpriv.pl b/ci/test-11-unpriv.pl index 9141c3e..9cf529d 100755 --- a/ci/test-11-unpriv.pl +++ b/ci/test-11-unpriv.pl @@ -38,7 +38,7 @@ sub test_unprivileged_works { plan tests => 3; { - my $cmd = Test::Command->new(cmd => "fping 127.0.0.1"); + my $cmd = Test::Command->new(cmd => "/tmp/fping.copy 127.0.0.1"); $cmd->exit_is_num(0); $cmd->stdout_is_eq("127.0.0.1 is alive\n"); $cmd->stderr_is_eq(""); -- 2.43.0