NEWS.stable: log cherry-pick [d94bbd1]->[4af1887] opendir-safer.c: don't clobber...
[gnulib.git] / tests / test-fpending.sh
1 #!/bin/sh
2
3 tmpfile=
4 trap 'rm -fr $tmpfile' 1 2 3 15
5
6 tmpfile=test-fpending.t
7
8 ./test-fpending${EXEEXT} > $tmpfile || exit 1
9
10 rm -fr $tmpfile
11
12 exit 0