summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-threads/signal.check-program-output
blob: 48c0d0e3d4de8ef43b61ffabe57dc55483499f98 (plain)
1
2
3
4
5
6
if sed -e 1q ${output} | grep -q '^[ab]*Got ctrl-C, exiting$';
then
  exit ${TEST_PASS}
else
  exit ${TEST_FAIL};
fi