1
0
Fork 0
coreutils/gnulib-tests/test-fpending.sh
Daniel Baumann c08a8f7410
Adding upstream version 9.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 07:57:52 +02:00

12 lines
169 B
Bash
Executable file

#!/bin/sh
tmpfile=
trap 'rm -fr $tmpfile' HUP INT QUIT TERM
tmpfile=test-fpending.t
${CHECKER} ./test-fpending${EXEEXT} > $tmpfile || exit 1
rm -fr $tmpfile
exit 0