view tests/test-fpending.sh @ 30171:eeaa0c743274

New module 'sigpipe'.
author Bruno Haible <bruno@clisp.org>
date Fri, 26 Sep 2008 13:23:08 +0200
parents 137eb5e52f03
children 8c1a17df67e0
line wrap: on
line source

#!/bin/sh

tmpfile=
trap 'rm -fr $tmpfile' 1 2 3 15

tmpfile=test-fpending.t

./test-fpending${EXEEXT} > $tmpfile || exit 1

rm -fr $tmpfile

exit 0