summaryrefslogtreecommitdiff
path: root/tests/uniq
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-19 16:02:11 +0000
committerJim Meyering <jim@meyering.net>2006-08-19 16:02:11 +0000
commit9b3bb934bcb7b892921cfd9560d34363d8de57b9 (patch)
tree367067d0486baf7a9ac99625e24aaae60619b18e /tests/uniq
parentb35bd50ce62fbb98984560177198b94a7de46d00 (diff)
downloadcoreutils-9b3bb934bcb7b892921cfd9560d34363d8de57b9.tar.xz
Some of my 2006-07-03 changes to tests/*/Makefile.am were being
backed out due to updates provoked by the copyright changes. * tests/Makefile.am.in (PATH): Prepend $(VG_PATH_PREFIX), so that it propagates to the derived Makefile.am files. ($(srcdir)/Makefile.am): Mark generated .am files as read-only, so we don't mistakenly edit them again. * tests/cut/Makefile.am: Regenerate. * tests/head/Makefile.am: Likewise. * tests/join/Makefile.am: Likewise. * tests/pr/Makefile.am: Likewise. * tests/sort/Makefile.am: Likewise. * tests/tac/Makefile.am: Likewise. * tests/tail/Makefile.am: Likewise. * tests/test/Makefile.am: Likewise. * tests/tr/Makefile.am: Likewise. * tests/uniq/Makefile.am: Likewise. * tests/wc/Makefile.am: Likewise.
Diffstat (limited to 'tests/uniq')
-rw-r--r--tests/uniq/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/uniq/Makefile.am b/tests/uniq/Makefile.am
index 73f23a149..b3bb3d17d 100644
--- a/tests/uniq/Makefile.am
+++ b/tests/uniq/Makefile.am
@@ -1,7 +1,7 @@
-# Make coreutils tests for "uniq". -*-Makefile-*-
+# Make coreutils tests. -*-Makefile-*-
-# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
-# Free Software Foundation, Inc.
+# Copyright (C) 1997, 1998, 2000, 2003, 2004, 2006 Free Software
+# Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -71,4 +71,5 @@ $(srcdir)/Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
echo "x = $$tool" >> $@t
$(PERL) -I$(srcdir) -w -- $(mk_script) $(srcdir) --list >> $@t
sed -n '/^##test-files-end/,$$p' $(srcdir)/../Makefile.am.in >> $@t
+ chmod -w $@t
mv $@t $@