comparison 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
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
1 #!/bin/sh 1 #!/bin/sh
2 2
3 cat README > /tmp/DropTest.txt 3 TEMPDIR=/tmp
4 4
5 cat > /tmp/DropTest.html <<EOF 5 cat README > $TEMPDIR/DropTest.txt
6
7 cat > $TEMPDIR/DropTest.html <<EOF
6 <HTML> 8 <HTML>
7 <HEAD> 9 <HEAD>
8 <TITLE>DropTest Page</TITLE> 10 <TITLE>DropTest Page</TITLE>
9 </HEAD> 11 </HEAD>
10 <BODY> 12 <BODY>
12 Just a Test! 14 Just a Test!
13 </BODY> 15 </BODY>
14 </HTML> 16 </HTML>
15 EOF 17 EOF
16 18
17 cat > /tmp/DropTest.tex <<EOF 19 cat > $TEMPDIR/DropTest.tex <<EOF
18 \documentclass{article} 20 \documentclass{article}
19 21
20 \begin{document} 22 \begin{document}
21 This is a DropTest! 23 This is a DropTest!
22 \end{document} 24 \end{document}
23 EOF 25 EOF
24 26
25 cat > /tmp/DropTest.xpm <<EOF 27 cat > $TEMPDIR/DropTest.xpm <<EOF
26 /* XPM */ 28 /* XPM */
27 static char *test[] = { 29 static char *test[] = {
28 /* width height num_colors chars_per_pixel */ 30 /* width height num_colors chars_per_pixel */
29 " 76 50 19 1", 31 " 76 50 19 1",
30 /* colors */ 32 /* colors */