From: Daiki Ueno Date: Tue, 9 Dec 2014 03:42:37 +0000 (+0900) Subject: tests: Fix previous commit of Vala scanner test X-Git-Tag: v0.19.4~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7305b201102d1c5f9175b311c0349becdcd51962;p=thirdparty%2Fgettext.git tests: Fix previous commit of Vala scanner test * xgettext-vala-1: Don't copy the test program out of the test directory. Fix commit 2ff7a105. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index 00c088dde..bcdf316fd 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,8 @@ +2014-12-09 Daiki Ueno + + * xgettext-vala-1: Don't copy the test program out of the test + directory. Fix commit 2ff7a105. + 2014-12-09 Daiki Ueno tests: Improve test coverage of Desktop scanner diff --git a/gettext-tools/tests/xgettext-vala-1 b/gettext-tools/tests/xgettext-vala-1 index 256b973a0..141a2de98 100755 --- a/gettext-tools/tests/xgettext-vala-1 +++ b/gettext-tools/tests/xgettext-vala-1 @@ -91,7 +91,6 @@ class Foo : Object { } EOF -cp xg-vala-1.vala .. ${XGETTEXT} --add-comments --no-location -o xg-vala-1.tmp xg-vala-1.vala 2>xg-vala-1.err test $? = 0 || { cat xg-vala-1.err; exit 1; } # Don't simplify this to "grep ... < xg-vala-1.tmp", otherwise OpenBSD 4.0 grep