X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F21misc_fatal.t;h=a1ce7526c49e5d50484684efc5fade64b64d8d30;hb=40914006707afe9088ccd94cc7bcc1c2723c658d;hp=1b782657cd7511323942c236ceb6727e250ea6ba;hpb=605fcea8ba8b59e384cc32f38dc5a9e2131fe22b;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/21misc_fatal.t b/t/21misc_fatal.t index 1b78265..a1ce752 100644 --- a/t/21misc_fatal.t +++ b/t/21misc_fatal.t @@ -12,7 +12,7 @@ use make_dbictest_db; package DBICTest::Schema; use base qw/ DBIx::Class::Schema::Loader /; - __PACKAGE__->loader_options( dump_overwrite => 1 ); + __PACKAGE__->loader_options( really_erase_my_files => 1 ); __PACKAGE__->storage_type( '::xyzzy' ); }