From: Ralf Wildenhues Date: Mon, 3 Mar 2008 22:02:58 +0000 (+0100) Subject: Skip instsh3.test if `touch -t' does not work. X-Git-Tag: v1.10b~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54906084639b747f57de889b6036b5805506d0b5;p=thirdparty%2Fautomake.git Skip instsh3.test if `touch -t' does not work. * tests/instsh3.test: Test for `touch -t', fails with Solaris /usr/ucb/touch. * THANKS: Update. Report by Younes Younes. --- diff --git a/ChangeLog b/ChangeLog index eac06dec9..31cb0539b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-03-03 Ralf Wildenhues + + Skip instsh3.test if `touch -t' does not work. + * tests/instsh3.test: Test for `touch -t', fails with Solaris + /usr/ucb/touch. + * THANKS: Update. + Report by Younes Younes. + 2008-02-27 Reuben Thomas * doc/automake.texi (wildcards): Improve "Why doesn't Automake diff --git a/THANKS b/THANKS index 86e7e362c..3442ba044 100644 --- a/THANKS +++ b/THANKS @@ -317,6 +317,7 @@ Werner Koch wk@isil.d.shuttle.de William Pursell bill.pursell@gmail.com William S Fulton wsf@fultondesigns.co.uk Yann Droneaud ydroneaud@meuh.eu.org +Younes Younes younes@cs.tu-berlin.de Zack Weinberg zack@codesourcery.com ;; Local Variables: diff --git a/tests/instsh3.test b/tests/instsh3.test index 95b74c728..4ed67b965 100755 --- a/tests/instsh3.test +++ b/tests/instsh3.test @@ -20,6 +20,9 @@ required=non-root . ./defs || exit 1 set -e +# Solaris /usr/ucb/touch does not accept -t. +touch -t $old_timestamp foo || exit 77 + ./install-sh -d d1 # Do not change the timestamps when using -C.