summaryrefslogtreecommitdiff
path: root/tests/help-version
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-27 08:45:01 +0000
committerJim Meyering <jim@meyering.net>2003-11-27 08:45:01 +0000
commit1c420821c7e4d1847e987a7c478d6f7254027a49 (patch)
treeba767bb428183a4605b64ae9dcf161f31af69888 /tests/help-version
parenta466769fb8f5a18981f72b8253509c41d5dc84a7 (diff)
downloadcoreutils-1c420821c7e4d1847e987a7c478d6f7254027a49.tar.xz
Remove new temp file, h-$i.
Diffstat (limited to 'tests/help-version')
-rwxr-xr-xtests/help-version1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/help-version b/tests/help-version
index 67e77ad27..e4ee42ce5 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