Support compiling without -loldnames on native Windows.
[gnulib.git] / tests / test-fpending.sh
blobabe7d83b99c5d05dd9e65f4ab75dff531b34113c
1 #!/bin/sh
3 tmpfile=
4 trap 'rm -fr $tmpfile' 1 2 3 15
6 tmpfile=test-fpending.t
8 ${CHECKER} ./test-fpending${EXEEXT} > $tmpfile || exit 1
10 rm -fr $tmpfile
12 exit 0