summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-17 22:51:23 +0200
committerGitHub <noreply@github.com>2019-06-17 22:51:23 +0200
commite639a8fa3b8f1f00075f18fffb724601a6c73be1 (patch)
treea1520b95b34faba3ed5eab2fb9f0e5118afd7ee3 /test
parent6ee0f3e99f3df1c45ed6c9e33a1b0de0a06cd560 (diff)
parentd6f436204f0c8c6ef4986c1b8ccff123f300cb34 (diff)
downloadpodman-e639a8fa3b8f1f00075f18fffb724601a6c73be1.tar.gz
podman-e639a8fa3b8f1f00075f18fffb724601a6c73be1.tar.bz2
podman-e639a8fa3b8f1f00075f18fffb724601a6c73be1.zip
Merge pull request #2947 from edsantiago/bats_in_cirrus
run BATS tests in Cirrus
Diffstat (limited to 'test')
-rw-r--r--test/system/030-run.bats4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/system/030-run.bats b/test/system/030-run.bats
index a29b1adc3..cefff0e2c 100644
--- a/test/system/030-run.bats
+++ b/test/system/030-run.bats
@@ -9,8 +9,8 @@ true | 0 |
false | 1 |
sh -c 'exit 32' | 32 |
echo $rand | 0 | $rand
-/no/such/command | 127 | Error: container create failed:.*exec:.* no such file or dir
-/etc | 126 | Error: container create failed:.*exec:.* permission denied
+/no/such/command | 127 | Error: .*: starting container process caused .*exec:.*stat /no/such/command: no such file or directory
+/etc | 126 | Error: .*: starting container process caused .*exec:.* permission denied
"
while read cmd expected_rc expected_output; do