summaryrefslogtreecommitdiffstats
path: root/src/grep/gnulib-tests/test-fpending.sh
blob: abe7d83b99c5d05dd9e65f4ab75dff531b34113c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

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

tmpfile=test-fpending.t

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

rm -fr $tmpfile

exit 0