]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update gnulib files.
authorSimon Josefsson <simon@josefsson.org>
Thu, 13 Aug 2009 11:11:45 +0000 (13:11 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 13 Aug 2009 11:11:45 +0000 (13:11 +0200)
gl/tests/test-version-etc.sh

index c88bb93c39cd7052de986b098770795283278850..30b017d915544f34f62e7b5193eca95235ccfdc7 100755 (executable)
@@ -22,7 +22,7 @@ export LC_ALL
 ERR=0
 
 cat > $TMP <<EOT
-test-version-etc (dummy) 0
+test-version-etc (PROJECT) VERSION
 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.
@@ -33,6 +33,7 @@ EOT
 
 ./test-version-etc${EXEEXT} --version |
  sed '2s/Copyright (C) [0-9]\{4,4\}/COPYRIGHT/' |
+ sed '1s/test-version-etc (.*) .*/test-version-etc (PROJECT) VERSION/' |
  diff -c $TMP - || ERR=1
 
 rm $TMP