about summary refs log tree commit diff
path: root/nixos/tests/systemd.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-10-20 09:29:36 +0300
committerArtturin <Artturin@artturin.com>2023-10-20 09:29:36 +0300
commit3342d1a9a985e9f1456ebdab9fde2514c1716341 (patch)
tree8e0544fd01cb188b3757e4c97a5d73539a45610b /nixos/tests/systemd.nix
parent0bcaa2f556ace563a74ef93125c439a01d4f8dec (diff)
parent5bf82c5a0be600bf8129bc27977205e0806e5a8b (diff)
Merge branch 'master' into staging-next
Diffstat (limited to 'nixos/tests/systemd.nix')
-rw-r--r--nixos/tests/systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/systemd.nix b/nixos/tests/systemd.nix
index 5a1c4b67f221c..1a39cc73c8868 100644
--- a/nixos/tests/systemd.nix
+++ b/nixos/tests/systemd.nix
@@ -180,7 +180,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
 
     # Do some IP traffic
     output_ping = machine.succeed(
-        "systemd-run --wait -- /run/wrappers/bin/ping -c 1 127.0.0.1 2>&1"
+        "systemd-run --wait -- ping -c 1 127.0.0.1 2>&1"
     )
 
     with subtest("systemd reports accounting data on system.slice"):