]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove new temp file, h-$i.
authorJim Meyering <jim@meyering.net>
Thu, 27 Nov 2003 08:45:01 +0000 (08:45 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 27 Nov 2003 08:45:01 +0000 (08:45 +0000)
tests/help-version

index 67e77ad2774c1978074a53af2138771d5f0ec9ad..e4ee42ce552389917a5090c52322a5d20427a6f7 100755 (executable)
@@ -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