#!/bin/sh trap 'rm -f output script.sh' EXIT INT TERM cppawk=./cppawk ./testsuite.awk testcases cppawk="./cppawk --nobash" ./testsuite.awk testcases cppawk=./cppawk ./testsuite.awk testcases-case cppawk="./cppawk --awk=mawk" ./testsuite.awk testcases-case cppawk=./cppawk ./testsuite.awk testcases-narg cppawk=./cppawk ./testsuite.awk testcases-iter cppawk="./cppawk --awk=mawk" ./testsuite.awk testcases-iter