Skip to content
Snippets Groups Projects
Verified Commit 85c1fa8b authored by David Hoese's avatar David Hoese
Browse files

Edit call to hello C test

parent f51bd708
No related branches found
No related tags found
No related merge requests found
Pipeline #11553 passed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
def test_hello_world_c(): def test_hello_world_c():
import subprocess import subprocess
bytes_out = subprocess.check_output(['hello']) bytes_out = subprocess.check_output(['./hello'])
assert bytes_out == b'Hello, World!\n' assert bytes_out == b'Hello, World!\n'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment