From: Bruno Haible Date: Tue, 31 Aug 2010 12:33:23 +0000 (+0200) Subject: Avoid test leftovers on MacOS X 10.5. X-Git-Tag: v0.18.2~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=470fd9e10c3e801c092aed2cfe82858f691878ba;p=thirdparty%2Fgettext.git Avoid test leftovers on MacOS X 10.5. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index 7b7e68f40..e751b7e5f 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,8 @@ +2010-08-31 Bruno Haible + + Avoid test leftovers on MacOS X 10.5. + * lang-objc: Add hello.dSYM to tmpfiles. + 2010-06-06 Bruno Haible Test the libgettextpo library and its functions. diff --git a/gettext-tools/tests/lang-objc b/gettext-tools/tests/lang-objc index 343078ad8..502f22e7f 100755 --- a/gettext-tools/tests/lang-objc +++ b/gettext-tools/tests/lang-objc @@ -8,7 +8,7 @@ tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15 # Test whether an ObjectiveC compiler is found. -tmpfiles="$tmpfiles hello.m hello.${OBJEXT} hello${EXEEXT}" +tmpfiles="$tmpfiles hello.m hello.${OBJEXT} hello${EXEEXT} hello.dSYM" cat <<\EOF > hello.m #include #include