1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

Remove new temp file, h-$i.

This commit is contained in:
Jim Meyering
2003-11-27 08:45:01 +00:00
parent a466769fb8
commit 1c420821c7

View File

@@ -59,6 +59,7 @@ for lang in C fr da; do
# Make sure they mention the bug-reporting address in --help output.
grep "$PACKAGE_BUGREPORT" h-$i > /dev/null || fail=1
rm -f h-$i
# Make sure they fail upon `disk full' error.
if test -w /dev/full && test -c /dev/full; then