nixos/tests/networking/caseSensitiveRenaming: fix bash syntax

was introduced broken in 93502aa3b18db32649814fbb8341ea59ba40df5c
This commit is contained in:
ajs124 2023-08-04 14:38:08 +02:00
parent 799a69971e
commit 1690adc424

@ -1051,7 +1051,7 @@ let
testScript = ''
machine.succeed("udevadm settle")
print(machine.succeed("ip link show dev enCustom"))
machine.wait_until_succeeds("ip link show dev enCustom | grep -q '52:54:00:12:0b:01")
machine.wait_until_succeeds("ip link show dev enCustom | grep -q 52:54:00:12:0b:01")
'';
};
};