podman/test/compose/slirp4netns_opts/tests.sh

7 lines
126 B
Bash

# -*- bash -*-
output="$(cat $OUTFILE)"
expected="teststring"
is "$output" "$expected" "$testname : nc received teststring"