summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/format-boost-1
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/format-boost-1')
-rw-r--r--[-rwxr-xr-x]gettext-tools/tests/format-boost-17
1 files changed, 0 insertions, 7 deletions
diff --git a/gettext-tools/tests/format-boost-1 b/gettext-tools/tests/format-boost-1
index 2ab97a6..a9d4ad9 100755..100644
--- a/gettext-tools/tests/format-boost-1
+++ b/gettext-tools/tests/format-boost-1
@@ -3,10 +3,6 @@
# Test recognition of Boost format strings.
-tmpfiles=""
-trap 'rm -fr $tmpfiles' 1 2 3 15
-
-tmpfiles="$tmpfiles f-bo-1.data"
cat <<\EOF > f-bo-1.data
# Valid: no argument
"abc%%"
@@ -281,7 +277,6 @@ n=0
while read comment; do
read string
n=`expr $n + 1`
- tmpfiles="$tmpfiles f-bo-1-$n.in f-bo-1-$n.po"
cat <<EOF > f-bo-1-$n.in
gettext(${string});
EOF
@@ -311,6 +306,4 @@ EOF
rm -f f-bo-1-$n.in f-bo-1-$n.po
done < f-bo-1.data
-rm -fr $tmpfiles
-
exit 0