projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5210e29
)
Fixed script name.
Ken Youens-Clark [Tue, 26 Aug 2003 16:48:14 +0000 (16:48 +0000)]
t/09sqlt-diagram.t
patch
|
blob
|
blame
|
history
diff --git
a/t/09sqlt-diagram.t
b/t/09sqlt-diagram.t
index
4e385a1
..
88ff610
100644
(file)
--- a/
t/09sqlt-diagram.t
+++ b/
t/09sqlt-diagram.t
@@
-8,7
+8,7
@@
use File::Temp qw(tempfile);
use FindBin qw($Bin);
use Test;
-my @script = qw(blib script sqlt-diagram.pl);
+my @script = qw(blib script sqlt-diagram);
my @data = qw(data mysql Apache-Session-MySQL.sql);
my $sqlt_diagram = (-d "blib")