Mercurial > hg > octave-kai > gnulib-hg
view tests/test-binary-io.sh @ 8754:1f57552cdb11
Better ASSERT macro.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 29 Apr 2007 09:15:13 +0000 |
parents | 6db7303a6033 |
children | 25b04be44d9e |
line wrap: on
line source
#!/bin/sh tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15 tmpfiles="$tmpfiles t-bin-out1.tmp t-bin-out2.tmp" ./test-binary-io${EXEEXT} > t-bin-out1.tmp || exit 1 rm -fr $tmpfiles exit 0