nixos/tests/spike: Fix assertion

master
Lancelot SIX 2021-03-12 00:12:07 +00:00 committed by tomberek
parent 44c21068ae
commit 85ad7501ec
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ in
''
machine.wait_for_unit("multi-user.target")
output = machine.succeed("spike -m64 $(which pk) $(which hello)")
assert output == "Hello, world!\n"
assert "Hello, world!" in output
'';
})