github.com/AbhinandanKurakure/podman/v3@v3.4.10/test/compose/slirp4netns_opts/tests.sh (about)

     1  # -*- bash -*-
     2  
     3  output="$(cat $OUTFILE)"
     4  expected="teststring"
     5  
     6  is "$output" "$expected" "$testname : nc received teststring"