diff options
author | Boaz Shuster <boaz.shuster.github@gmail.com> | 2021-11-08 16:56:06 +0200 |
---|---|---|
committer | Boaz Shuster <boaz.shuster.github@gmail.com> | 2021-11-09 11:54:18 +0200 |
commit | 6ee3b33d3825177033763e51f756209102e0a309 (patch) | |
tree | b456161925158c25c9413e6094c3ec684070376c /test | |
parent | 15eb016017e39c7370d169790e15744746d54cd7 (diff) | |
download | podman-6ee3b33d3825177033763e51f756209102e0a309.tar.gz podman-6ee3b33d3825177033763e51f756209102e0a309.tar.bz2 podman-6ee3b33d3825177033763e51f756209102e0a309.zip |
change from run to create in 250-systemd.bats
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/system/250-systemd.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/250-systemd.bats b/test/system/250-systemd.bats index 28e28b30c..1c778a5e3 100644 --- a/test/system/250-systemd.bats +++ b/test/system/250-systemd.bats @@ -204,7 +204,7 @@ LISTEN_FDNAMES=listen_fdnames" "LISTEN Environment passed: $context" @test "podman generate - systemd template" { cname=$(random_string) - run_podman run -dt --name $cname $IMAGE top + run_podman create --name $cname $IMAGE top run_podman generate systemd --template -n $cname echo "$output" > "$TEMPLATE_FILE_PREFIX@.service" |