From: Simon Josefsson Date: Fri, 7 Aug 2009 00:23:00 +0000 (+0200) Subject: test-version-etc.sh: Use $EXEEXT. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=667f2bbb4013fff71ec22b95220f4b405363811f;p=pspp test-version-etc.sh: Use $EXEEXT. --- diff --git a/ChangeLog b/ChangeLog index 0c2e8f9f61..33eb3249b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-08-07 Simon Josefsson + + * tests/test-version-etc.sh: Use $EXEEXT. + 2009-08-06 Joel E. Denny update-copyright: update documentation to point to maint.mk diff --git a/tests/test-version-etc.sh b/tests/test-version-etc.sh index 3b2fc4db80..c88bb93c39 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