summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-10-13 14:46:00 +0200
committerGitHub <noreply@github.com>2021-10-13 14:46:00 +0200
commit1c156f22678b3f476ea78fa9e22982c66a7e1559 (patch)
treefe187cfbc2a6c5fdca821d56f40f506dc9e306f0 /test/system
parente3cf9b685a0099d55cd4d8086757c78bd64e9371 (diff)
parent8600bce53a962cee3ff174d4b3745fa0f49afa3f (diff)
downloadpodman-1c156f22678b3f476ea78fa9e22982c66a7e1559.tar.gz
podman-1c156f22678b3f476ea78fa9e22982c66a7e1559.tar.bz2
podman-1c156f22678b3f476ea78fa9e22982c66a7e1559.zip
Merge pull request #11948 from rhatdan/codespell
codespell code
Diffstat (limited to 'test/system')
-rw-r--r--test/system/250-systemd.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/250-systemd.bats b/test/system/250-systemd.bats
index 3607c1028..98241c309 100644
--- a/test/system/250-systemd.bats
+++ b/test/system/250-systemd.bats
@@ -153,7 +153,7 @@ function service_cleanup() {
cname3=$(random_string)
run_podman create --restart=on-failure:42 --name $cname3 $IMAGE
run_podman generate systemd --new $cname3
- is "$output" ".*Restart=on-failure.*" "on-failure:xx is parsed correclty"
+ is "$output" ".*Restart=on-failure.*" "on-failure:xx is parsed correctly"
is "$output" ".*StartLimitBurst=42.*" "on-failure:xx is parsed correctly"
run_podman rm -t 0 -f $cname $cname2 $cname3