]> granicus.if.org Git - graphviz/commitdiff
tclpkg/gv/test.rb should run without installation
authorellson <devnull@localhost>
Fri, 18 Feb 2011 21:09:04 +0000 (21:09 +0000)
committerellson <devnull@localhost>
Fri, 18 Feb 2011 21:09:04 +0000 (21:09 +0000)
tclpkg/gv/test.rb

index e82687241008245e3c3b2c04a89fef7e92507713..a19e9e0cd9c413a0969a610b708e10de7f433141 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/ruby
 
-require 'gv'
+require './gv'
 
 g = Gv.digraph("G")
 print(Gv.setv(g, "aaa", "xxx"), "\n")