mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-16 05:39:34 +00:00
11 lines
124 B
Bash
11 lines
124 B
Bash
# -*- bash -*-
|
|
|
|
load ../system/helpers.bash
|
|
|
|
function setup(){
|
|
basic_setup
|
|
}
|
|
|
|
function teardown(){
|
|
basic_teardown
|
|
}
|