4
0

after 240 B

123456789
  1. #! /bin/sh
  2. # Do common operations after a particular test.
  3. cd ..
  4. exec 1> /dev/null
  5. exec 2> /dev/null
  6. echo $echo_n "$out$echo_c" | cmp -s - tmp-$$/stdout || exit 1
  7. echo $echo_n "$err$echo_c" | cmp -s - tmp-$$/stderr || exit 1
  8. rm -rf tmp-$$