diff tests/Dnd/droptest.sh @ 412:697ef44129c6 r21-2-14

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