]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Typo.
authorBruno Haible <bruno@clisp.org>
Fri, 4 Jan 2002 20:05:33 +0000 (20:05 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:33:51 +0000 (00:33 +0200)
tests/lang-c++

index 22ea74d417bfd6e5fa5b4fde66e3e00bfc2b9717..ebe4a09c8cd1d159900129dec17ddc160e48c251 100755 (executable)
@@ -122,7 +122,7 @@ EOF
 LANGUAGE= LC_ALL=fr_FR ./prog 2 > prog.out
 case $? in
   0) ;;
-  77) echo "SKIP: lang-c"; rm -fr $tmpfiles; exit 77;;
+  77) echo "SKIP: lang-c++"; rm -fr $tmpfiles; exit 77;;
   *) exit 1;;
 esac
 ${DIFF} prog.ok prog.out || exit 1