]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid test leftovers on MacOS X 10.5.
authorBruno Haible <bruno@clisp.org>
Tue, 31 Aug 2010 12:33:23 +0000 (14:33 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 31 Aug 2010 12:33:23 +0000 (14:33 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/lang-objc

index 7b7e68f408e4ba3e57a3e6206426d79c33ab92c6..e751b7e5f66da0b7bc0d1fcf8c5ac1e2b0a6acf4 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-31  Bruno Haible  <bruno@clisp.org>
+
+       Avoid test leftovers on MacOS X 10.5.
+       * lang-objc: Add hello.dSYM to tmpfiles.
+
 2010-06-06  Bruno Haible  <bruno@clisp.org>
 
        Test the libgettextpo library and its functions.
index 343078ad84dda71c05720df8e7bca321939406af..502f22e7f9553b12ee8de331ad3f51957bbd2ff1 100755 (executable)
@@ -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 <stdio.h>
 #include <stdlib.h>