#!/usr/bin/env bats load helpers @test "podman container runlabel test" { skip_if_remote "container runlabel is not supported for remote" tmpdir=$PODMAN_TMPDIR/runlabel-test mkdir -p $tmpdir containerfile=$tmpdir/Containerfile rand1=$(random_string 30) rand2=$(random_string 30) rand3=$(random_string 30) cat >$containerfile <