From: Bruno Haible Date: Mon, 1 Aug 2005 11:03:29 +0000 (+0000) Subject: Fix comments. X-Git-Tag: v0.15~447 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42073088aff735e23bcddd196d24521703b8814d;p=thirdparty%2Fgettext.git Fix comments. --- diff --git a/gettext-tools/tests/gettext-1 b/gettext-tools/tests/gettext-1 index 37d72b889..18ba9daf6 100755 --- a/gettext-tools/tests/gettext-1 +++ b/gettext-tools/tests/gettext-1 @@ -1,6 +1,6 @@ #! /bin/sh -# One argument is required which is the path to the toplevel directory -# of the distribution. + +# Test the gettext program with -e option. tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15 diff --git a/gettext-tools/tests/gettext-2 b/gettext-tools/tests/gettext-2 index 9961f583c..f1099efce 100755 --- a/gettext-tools/tests/gettext-2 +++ b/gettext-tools/tests/gettext-2 @@ -1,6 +1,6 @@ #! /bin/sh -# One argument is required which is the path to the toplevel directory -# of the distribution. + +# Test the gettext program without -e option. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.