bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] test-version-etc.sh: Use $EXEEXT.


From: Simon Josefsson
Subject: [PATCH] test-version-etc.sh: Use $EXEEXT.
Date: Fri, 07 Aug 2009 02:24:52 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux)

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  <address@hidden>
+
+       * tests/test-version-etc.sh: Use $EXEEXT.
+
 2009-08-06  Joel E. Denny  <address@hidden>
 
        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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]