summaryrefslogtreecommitdiffstats
path: root/tests/swap.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/swap.nix')
-rw-r--r--tests/swap.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/swap.nix b/tests/swap.nix
index fa090f8..d3268dc 100644
--- a/tests/swap.nix
+++ b/tests/swap.nix
@@ -8,7 +8,7 @@ makeDiskoTest {
machine.succeed("swapon --show >&2");
machine.succeed("""
lsblk --json |
- ${pkgs.jq}/bin/jq -e '.blockdevices[] |
+ jq -e '.blockdevices[] |
select(.name == "vda") |
.children[] |
select(.name == "vda3") |