summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-18 00:12:31 +0000
committerBruno Haible <bruno@clisp.org>2007-03-18 00:12:31 +0000
commit122d84991204bc27f91b2603ca1b3331310ee8cb (patch)
treea9cd417375cb7742ed1ff30984eb34fe8a11954c /tests
parentfc3c75c4f89279279077c0af5342305e72371c6e (diff)
downloadgnulib-122d84991204bc27f91b2603ca1b3331310ee8cb.tar.gz
Produce output that makes it easier to debug failures.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-argp-2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-argp-2.sh b/tests/test-argp-2.sh
index 5ea7a4297f..7d73f5ccd6 100755
--- a/tests/test-argp-2.sh
+++ b/tests/test-argp-2.sh
@@ -1,6 +1,6 @@
#! /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
@@ -26,7 +26,7 @@ func_compare() {
# 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 -
}
####