mirror of
https://github.com/containers/podman.git
synced 2026-06-15 19:18:42 -04:00
12 lines
124 B
Bash
12 lines
124 B
Bash
# -*- bash -*-
|
|
|
|
load ../system/helpers.bash
|
|
|
|
function setup(){
|
|
basic_setup
|
|
}
|
|
|
|
function teardown(){
|
|
basic_teardown
|
|
}
|