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