From: Sergey Poznyakoff Date: Mon, 30 Apr 2007 08:26:11 +0000 (+0000) Subject: (usage-indent test): Fix output X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12dbbc0afb6b76d3a2603072544a78b5fb34e0a6;p=pspp (usage-indent test): Fix output (func_compare): Restore diff options --- 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 <