Mercurial > hg > xemacs-beta
diff tests/Dnd/droptest.sh @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | c9fe270a4101 |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/tests/Dnd/droptest.sh Mon Aug 13 11:12:06 2007 +0200 +++ b/tests/Dnd/droptest.sh Mon Aug 13 11:13:30 2007 +0200 @@ -1,8 +1,10 @@ #!/bin/sh -cat README > /tmp/DropTest.txt +TEMPDIR=/tmp -cat > /tmp/DropTest.html <<EOF +cat README > $TEMPDIR/DropTest.txt + +cat > $TEMPDIR/DropTest.html <<EOF <HTML> <HEAD> <TITLE>DropTest Page</TITLE> @@ -14,7 +16,7 @@ </HTML> EOF -cat > /tmp/DropTest.tex <<EOF +cat > $TEMPDIR/DropTest.tex <<EOF \documentclass{article} \begin{document} @@ -22,7 +24,7 @@ \end{document} EOF -cat > /tmp/DropTest.xpm <<EOF +cat > $TEMPDIR/DropTest.xpm <<EOF /* XPM */ static char *test[] = { /* width height num_colors chars_per_pixel */