X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-argp-2.sh;h=31fbb31e3bc2087176569475d32d1276257b6e16;hb=b2b1b4208042f959acc8cbc9ec1da0cac0445492;hp=797f2faa80e7edcb2843585f84b5c3a381812257;hpb=12dbbc0afb6b76d3a2603072544a78b5fb34e0a6;p=gnulib.git diff --git a/tests/test-argp-2.sh b/tests/test-argp-2.sh index 797f2faa8..31fbb31e3 100755 --- a/tests/test-argp-2.sh +++ b/tests/test-argp-2.sh @@ -23,9 +23,11 @@ unset ARGP_HELP_FMT ERR=0 func_compare() { -# If argp was compiled without base_name, it will display full program name +# If argp was compiled without base_name, it will display full program name. +# If run on mingw, it will display the program name with a .exe suffix. sed '1{ s,: [^ ]*/test-argp,: test-argp, + s,: test-argp\.exe,: test-argp, }' | diff -c $TMP - }