X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-argp-version-etc-1.sh;h=d1a14e619e8f66191c1c6cbb9bf9c627d7afb8ab;hb=9cedf3e1ac7dbdddefb7e172156e9000de7d80c2;hp=e0a95757f4dcaf9b306ce1b7e244ca44e0f8307b;hpb=ffb0da8f73d65580025dfd9bc0705cffe0281d74;p=gnulib.git diff --git a/tests/test-argp-version-etc-1.sh b/tests/test-argp-version-etc-1.sh index e0a95757f..d1a14e619 100755 --- a/tests/test-argp-version-etc-1.sh +++ b/tests/test-argp-version-etc-1.sh @@ -22,8 +22,8 @@ export LC_ALL ERR=0 cat > $TMP <. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. @@ -31,11 +31,12 @@ There is NO WARRANTY, to the extent permitted by law. Written by Sergey Poznyakoff. EOT -./test-argp-version-etc --version | - sed '2s/Copyright (C) [0-9]\{4,4\} Free Software Foundation, Inc\./COPYRIGHT/' | +./test-argp-version-etc${EXEEXT} --version | + sed '1s/test-argp-version-etc (.*) .*/test-argp-version-etc (PROJECT) VERSION/ + 2s/Copyright (C) [0-9]\{4,4\}/COPYRIGHT/' | + tr -d '\015' | diff -c $TMP - || ERR=1 rm $TMP exit $ERR -