mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
Fix a typo in a test comment
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
parent
8c27eb6c1b
commit
2064277b05
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ makeTest {
|
||||||
# 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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue