Mercurial > hg > octave-nkf > gnulib-hg
view tests/test-tsearch.sh @ 17290:44c34bc536ac
Fix typo in comment.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 16 Jan 2013 09:38:28 -0800 |
parents | 342c23c60847 |
children |
line wrap: on
line source
#!/bin/sh tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15 tmpfiles="$tmpfiles t-tsearch.out" ./test-tsearch${EXEEXT} > t-tsearch.out 2>&1 test $? = 0 || { cat t-tsearch.out 1>&2; rm -f $tmpfiles; exit 1; } rm -f $tmpfiles exit 0