1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Fix a typo in a test comment

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
Théophane Hufschmitt 2024-02-21 17:32:36 +01:00 committed by Théophane Hufschmitt
parent 68b6f897e4
commit e744fe293b

View file

@ -80,7 +80,7 @@ in
# Tell the smuggler server that we're done # Tell the smuggler server that we're done
machine.execute("echo done | ${pkgs.socat}/bin/socat - ABSTRACT-CONNECT:${socketName}") machine.execute("echo done | ${pkgs.socat}/bin/socat - ABSTRACT-CONNECT:${socketName}")
# Check that the file was modified # Check that the file was not modified
machine.succeed(r""" machine.succeed(r"""
cat ./result cat ./result
test "$(cat ./result)" = "hello, world" test "$(cat ./result)" = "hello, world"