attribute: const/pure defaults to unsequenced/reproducible
[gnulib.git] / tests / test-fpending.sh
blob4acd60a9f577f371b74873bc51540d5d0f7ba1ed
1 #!/bin/sh
3 tmpfile=
4 trap 'rm -fr $tmpfile' HUP INT QUIT TERM
6 tmpfile=test-fpending.t
8 ${CHECKER} ./test-fpending${EXEEXT} > $tmpfile || exit 1
10 rm -fr $tmpfile
12 exit 0