summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/msgunfmt-java-1
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/msgunfmt-java-1')
-rw-r--r--[-rwxr-xr-x]gettext-tools/tests/msgunfmt-java-16
1 files changed, 0 insertions, 6 deletions
diff --git a/gettext-tools/tests/msgunfmt-java-1 b/gettext-tools/tests/msgunfmt-java-1
index 5e6f303..8857eb1 100755..100644
--- a/gettext-tools/tests/msgunfmt-java-1
+++ b/gettext-tools/tests/msgunfmt-java-1
@@ -6,9 +6,6 @@
# Note: This test fails when using gcj from GCC 3.1 and GCC 3.2, due to a bug
# (libgcj/6576). It is fixed in GCC 3.3.
-tmpfiles=""
-trap 'rm -fr $tmpfiles' 1 2 3 15
-
# Test whether we can compile and execute Java programs.
test "${JAVA_CHOICE}" != no || {
echo "Skipping test: configured with --disable-java"
@@ -23,7 +20,6 @@ test "${TESTJAVA}" = yes || {
exit 77
}
-tmpfiles="$tmpfiles mu-java-1"
test -d mu-java-1 || mkdir mu-java-1
cat <<\EOF > mu-java-1/fr.po
@@ -95,6 +91,4 @@ EOF
: ${DIFF=diff}
${DIFF} mu-java-1/prog.ok mu-java-1/prog.sort || exit 1
-rm -fr $tmpfiles
-
exit 0