diff options
author | Ed Santiago <santiago@redhat.com> | 2020-12-10 14:34:21 -0700 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2020-12-11 09:27:42 -0600 |
commit | f3e69d7300e3b4d6c5bb676c1dae27b10c3a4d56 (patch) | |
tree | 2b771250d2a6fddae65eeb230cef7cade90999b3 /test/compose/simple_port_map/tests.sh | |
parent | 82d7b9f2e21c93cfb12c8f199284c38f3e858280 (diff) | |
download | podman-f3e69d7300e3b4d6c5bb676c1dae27b10c3a4d56.tar.gz podman-f3e69d7300e3b4d6c5bb676c1dae27b10c3a4d56.tar.bz2 podman-f3e69d7300e3b4d6c5bb676c1dae27b10c3a4d56.zip |
test-compose: rewrite to new subdir form
...in which we use all-local tests
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/compose/simple_port_map/tests.sh')
-rw-r--r-- | test/compose/simple_port_map/tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/compose/simple_port_map/tests.sh b/test/compose/simple_port_map/tests.sh new file mode 100644 index 000000000..959b429d6 --- /dev/null +++ b/test/compose/simple_port_map/tests.sh @@ -0,0 +1,3 @@ +# -*- bash -*- + +test_port 5000 = "Podman rulez!--$ENV_PASSTHRU--!" |