]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
tests: Fix data file location for msgunfmt-3
authorDaiki Ueno <ueno@gnu.org>
Wed, 3 Dec 2014 07:40:29 +0000 (16:40 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 3 Dec 2014 07:40:29 +0000 (16:40 +0900)
* msgunfmt-3: Locate overflow.mo in $abs_srcdir instead of '..'.

gettext-tools/tests/ChangeLog
gettext-tools/tests/msgunfmt-3

index f8af86e97d68ff70193a2b7d2783addd18bbe8e0..faa6e3b58d8bcf26c028a2ed672dc38bf6c71e44 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-03  Daiki Ueno  <ueno@gnu.org>
+
+       * msgunfmt-3: Locate overflow.mo in $abs_srcdir instead of '..'.
+
 2014-12-02  Daiki Ueno  <ueno@gnu.org>
 
        tests: Add test for C++11 string literals
index a1b98d7f9a1148b3ceab5ac4ec2c9aba4b12d903..c09d0eac0b87c54c225661d4c2a1a8261f21637f 100755 (executable)
@@ -4,6 +4,6 @@
 # Test invalid or incomplete input
 
 : ${MSGUNFMT=msgunfmt}
-LANGUAGE= LC_ALL=C ${MSGUNFMT} ../overflow.mo 2>mu-3.err >/dev/null
+LANGUAGE= LC_ALL=C ${MSGUNFMT} "$abs_srcdir"/overflow.mo 2>mu-3.err >/dev/null
 test $? != 0 || exit 1
 grep ' is truncated' mu-3.err >/dev/null || exit 1