diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-19 09:12:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-19 09:12:27 -0700 |
commit | 537c382f5bd098bc89a457554db9bd0b08eab3c2 (patch) | |
tree | 649331a8c1b88393f07fe061390e5ca8a51b2007 /test/system/000-TEMPLATE | |
parent | a1299f506d9b93824fae737f0f68a19adaf2bde1 (diff) | |
parent | 58d2e589fb4dbcc23cfc5ddd3f886a32a0ab759e (diff) | |
download | podman-537c382f5bd098bc89a457554db9bd0b08eab3c2.tar.gz podman-537c382f5bd098bc89a457554db9bd0b08eab3c2.tar.bz2 podman-537c382f5bd098bc89a457554db9bd0b08eab3c2.zip |
Merge pull request #2703 from edsantiago/bats
BATS: new tests, and improvements to existing ones
Diffstat (limited to 'test/system/000-TEMPLATE')
-rw-r--r-- | test/system/000-TEMPLATE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/000-TEMPLATE b/test/system/000-TEMPLATE index 296ed4d58..85e25e921 100644 --- a/test/system/000-TEMPLATE +++ b/test/system/000-TEMPLATE @@ -52,7 +52,7 @@ function teardown() { @test "podman FOO - description of test" { # FIXME: please try to remove this line; that is, try to write tests # that will pass as both root and rootless. - skip_if_rootless + skip_if_rootless "Short explanation of why this doesn't work rootless" # FIXME: template for run commands. Always use 'run_podman'! # FIXME: The '?' means 'ignore exit status'; use a number if you |