Skip to content

Commit 7c0e971

Browse files
committed
update bad userpace docker test
1 parent 14df246 commit 7c0e971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ def test_bad_userspace_runtime(factor):
954954
"--user-space-docker-cmd=quaquioN", "--default-container=debian",
955955
get_data(test_file), get_data(job_file)])
956956
error_code, stdout, stderr = get_main_output(commands)
957-
assert "'quaquioN' not found:" in stderr, stderr
957+
assert "'quaquioN' not found:" in stderr or "No such file or directory: 'quaquioN'" in stderr, stderr
958958
assert error_code == 1
959959

960960
@windows_needs_docker

0 commit comments

Comments
 (0)