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 c3878f510e
commit 65b79c52c6

View file

@ -80,7 +80,7 @@ in
# Tell the smuggler server that we're done
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"""
cat ./result
test "$(cat ./result)" = "hello, world"