+2007-03-17 Bruno Haible <bruno@clisp.org>
+
+ * tests/test-argp-2.sh (func_compare): Output a context diff.
+
2007-03-17 Bruno Haible <bruno@clisp.org>
* m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
#! /bin/sh
# Test suite for argp.
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007 Free Software Foundation, Inc.
# This file is part of the GNUlib Library.
#
# This program is free software; you can redistribute it and/or modify
# If argp was compiled without base_name, it will display full program name
sed '1{
s,: [^ ]*/test-argp,: test-argp,
- }' | cmp - $TMP
+ }' | diff -c $TMP -
}
####