summaryrefslogtreecommitdiff
path: root/test/compose/slirp4netns_opts/tests.sh
blob: 1efce45c4659a7589eae88697055a3aa360c4cc4 (plain)
1
2
3
4
5
6
# -*- bash -*-

output="$(cat $OUTFILE)"
expected="teststring"

is "$output" "$expected" "$testname : nc received teststring"