]> granicus.if.org Git - graphviz/commitdiff
rename .dot -> .gv
authorellson <devnull@localhost>
Fri, 25 Jul 2008 18:36:39 +0000 (18:36 +0000)
committerellson <devnull@localhost>
Fri, 25 Jul 2008 18:36:39 +0000 (18:36 +0000)
rtest/rtest.sh

index 908c2c93969e8d392491df263a952651c080555e..eb12f09c6e370a5110b6a6228cd7a178c24aa374 100755 (executable)
@@ -41,7 +41,7 @@ typeset -A TESTTYPES
 typeset ALG[10]
 typeset FMT[10]
 typeset FLAGS[10]
-TMPINFILE=tmp$$.dot
+TMPINFILE=tmp$$.gv
 TMPFILE1=tmpnew$$
 TMPFILE2=tmpref$$
 
@@ -217,13 +217,13 @@ function doTest
   fi
   case $GRAPH in
     = )
-      INFILE=$GRAPHDIR/$TESTNAME.dot
+      INFILE=$GRAPHDIR/$TESTNAME.gv
       ;;
     graph* | digraph* )
       INFILE=$TMPINFILE
       echo "$GRAPH" > $INFILE
       ;;
-    *.dot )
+    *.gv )
       INFILE=$GRAPHDIR/$GRAPH
       ;;
     * )