diff options
author | Jim Meyering <jim@meyering.net> | 1996-09-30 02:43:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-09-30 02:43:42 +0000 |
commit | 1c75eb6a981fd587e98fe4964cb04335bec5a1a5 (patch) | |
tree | e6a884029fb42023e1097ff74e6c04e96b81acf6 /tests | |
parent | 814dc354076d7672f9e6744b4502144ea747bea4 (diff) | |
download | coreutils-1c75eb6a981fd587e98fe4964cb04335bec5a1a5.tar.xz |
.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cut/build-script.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cut/build-script.pl b/tests/cut/build-script.pl index bef83d46d..7221d0ff2 100755 --- a/tests/cut/build-script.pl +++ b/tests/cut/build-script.pl @@ -67,6 +67,7 @@ else errors=`expr \$errors + 1` ;; esac fi +test -s $err_output || rm -f $err_output EOF } print <<EOF2 ; |