]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 30 Sep 1996 02:43:42 +0000 (02:43 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 30 Sep 1996 02:43:42 +0000 (02:43 +0000)
old/textutils/ChangeLog
tests/cut/build-script.pl

index 11977c0d5a3d1a118642da5cfd80190ec7821915..8e1af8cbaf93eb1e1584608679211ab68af5a390 100644 (file)
@@ -1,3 +1,12 @@
+Sun Sep 29 20:04:53 1996  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * tests/sort-test/build-script.pl: Die if close fails.
+       * tests/tr-test/build-script.pl: Likewise.
+
+       * configure.in (AC_OUTPUT): Add tests/cut-test/Makefile.
+       * tests/Makefile.am (SUBDIRS): Add cut-test.
+       * tests/cut-test: New directory.
+
 Fri Sep 27 22:22:09 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * configure.in (ALL_LINGUAS): Add spanish (es).
index bef83d46d7c13acc45c44a23e0a896de0f596120..7221d0ff2e6c499e3a8c33cf371d59144db07f58 100755 (executable)
@@ -67,6 +67,7 @@ else
        errors=`expr \$errors + 1` ;;
   esac
 fi
+test -s $err_output || rm -f $err_output
 EOF
   }
 print <<EOF2 ;