#!/bin/sh . ../.function ## process.test -- Test process feature start_msg process #UTRACE="0 5M 0" #UOBJDUMP="-1 100k 10" #USIMERR="error.sim" export UTRACE UOBJDUMP USIMERR cat << EOF >tmp/c c c c c c EOF #STRACE=$TRUSS start_prg process /bin/cat test_process.cpp < tmp/c # Test against expected output test_output_diff process