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 0c2e8f9..33eb324 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 3b2fc4d..c88bb93 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