Call scripts/ script/ in the dbicadmin tests.
Aran Deltac [Sun, 30 Apr 2006 15:38:19 +0000 (15:38 +0000)]
t/run/29dbicadmin.tl

index 354967c..6700abb 100644 (file)
@@ -15,7 +15,7 @@ sub run_tests {
     my $schema = shift;
 
     my $employees = $schema->resultset('Employee');
-    my $cmd = qq|scripts/dbicadmin --schema=DBICTest::Schema --class=Employee --tlibs --connect='["dbi:SQLite:dbname=t/var/DBIxClass.db","",""]' --force --tlibs|;
+    my $cmd = qq|script/dbicadmin --schema=DBICTest::Schema --class=Employee --tlibs --connect='["dbi:SQLite:dbname=t/var/DBIxClass.db","",""]' --force --tlibs|;
 
     `$cmd --op=insert --set='{name:"Matt"}'`;
     ok( ($employees->count()==1), 'insert count' );