Pushed. http://autobuild.josefsson.org/shishi/log-200908061931867074000.txt
./test-version-etc.sh: 36: ./test-version-etc: not found *** ve-expected.tmp Thu Aug 6 23:31:08 2009 --- - Thu Aug 6 23:31:08 2009 *************** *** 1,7 **** - test-version-etc (dummy) 0 - COPYRIGHT Free Software Foundation, Inc. - License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. - This is free software: you are free to change and redistribute it. - There is NO WARRANTY, to the extent permitted by law. - - Written by Sergey Poznyakoff and Eric Blake. --- 0 ---- FAIL: test-version-etc.sh --- ChangeLog | 4 ++++ tests/test-version-etc.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0c2e8f9..33eb324 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-08-07 Simon Josefsson <si...@josefsson.org> + + * tests/test-version-etc.sh: Use $EXEEXT. + 2009-08-06 Joel E. Denny <jde...@clemson.edu> update-copyright: update documentation to point to maint.mk diff --git a/tests/test-version-etc.sh b/tests/test-version-etc.sh index 3b2fc4d..c88bb93 100755 --- a/tests/test-version-etc.sh +++ b/tests/test-version-etc.sh @@ -31,7 +31,7 @@ There is NO WARRANTY, to the extent permitted by law. Written by Sergey Poznyakoff and Eric Blake. EOT -./test-version-etc --version | +./test-version-etc${EXEEXT} --version | sed '2s/Copyright (C) [0-9]\{4,4\}/COPYRIGHT/' | diff -c $TMP - || ERR=1 -- 1.6.3.3