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 8c27eb6c1b
commit 2064277b05

View File

@ -83,7 +83,7 @@ makeTest {
# 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"