+2007-05-01 Bruno Haible <bruno@clisp.org>
+
+ * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
+
2007-05-03 Paul Eggert <eggert@cs.ucla.edu>
* m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
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 -
}