aboutsummaryrefslogtreecommitdiff
path: root/test/compose/mount_and_label/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/compose/mount_and_label/tests.sh')
-rw-r--r--test/compose/mount_and_label/tests.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/compose/mount_and_label/tests.sh b/test/compose/mount_and_label/tests.sh
new file mode 100644
index 000000000..07ff089b5
--- /dev/null
+++ b/test/compose/mount_and_label/tests.sh
@@ -0,0 +1,4 @@
+# -*- bash -*-
+
+test_port 5000 = "Podman rulez!"
+podman container inspect -l --format '{{.Config.Labels}}' | grep "the_best"