test-version-etc.sh: Use $EXEEXT.
authorSimon Josefsson <simon@josefsson.org>
Fri, 7 Aug 2009 00:23:00 +0000 (02:23 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 7 Aug 2009 00:23:00 +0000 (02:23 +0200)
ChangeLog
tests/test-version-etc.sh

index 0c2e8f9f61b66a2b1905f0301b536e5e388bd78b..33eb3249b5af96b240cdb7a13d7211ea743e9d97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-07  Simon Josefsson  <simon@josefsson.org>
+
+       * tests/test-version-etc.sh: Use $EXEEXT.
+
 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
 
        update-copyright: update documentation to point to maint.mk
index 3b2fc4db806c8af2c8c7a891d20bbde2dcd4c6a8..c88bb93c39cd7052de986b098770795283278850 100755 (executable)
@@ -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