X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-argp-2.sh;h=7d73f5ccd608b2b48faaff531b34f47e0990432b;hb=325d9130478fc8498023c01a059032e2f65996de;hp=5ea7a4297fed587a032e7145a5e835e82a896bb3;hpb=020b4c764b33c3559508876b54a86aac3ed552d2;p=gnulib.git diff --git a/tests/test-argp-2.sh b/tests/test-argp-2.sh index 5ea7a4297..7d73f5ccd 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 - } ####