From 12dbbc0afb6b76d3a2603072544a78b5fb34e0a6 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 30 Apr 2007 08:26:11 +0000 Subject: [PATCH] (usage-indent test): Fix output (func_compare): Restore diff options --- tests/test-argp-2.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test-argp-2.sh b/tests/test-argp-2.sh index f5edede781..797f2faa80 100755 --- a/tests/test-argp-2.sh +++ b/tests/test-argp-2.sh @@ -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, - }' | diff -pu $TMP - + }' | diff -c $TMP - } #### @@ -44,9 +44,9 @@ EOT # Test working usage-indent format cat > $TMP <