#!/bin/sh . ../.function ## interrupt -- Test interrupt feature start_msg interrupt #UTRACE="0 5M 0" #UOBJDUMP="0 100k 10" #USIMERR="error.sim" #EXEC_ON_EXIT="/utility/stack_dump.sh" export UTRACE UOBJDUMP USIMERR EXEC_ON_EXIT unset VALGRIND cat << EOF >tmp/c c c c c c EOF start_cmd interrupt < tmp/c RESULT=0 # Test against expected output test_output_wc l interrupt err/interrupt.err