From: Jim Meyering Date: Thu, 27 Nov 2003 08:45:01 +0000 (+0000) Subject: Remove new temp file, h-$i. X-Git-Tag: v5.1.0~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c420821c7e4d1847e987a7c478d6f7254027a49;p=thirdparty%2Fcoreutils.git Remove new temp file, h-$i. --- diff --git a/tests/help-version b/tests/help-version index 67e77ad277..e4ee42ce55 100755 --- a/tests/help-version +++ b/tests/help-version @@ -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