X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F21misc_fatal.t;h=a1ce7526c49e5d50484684efc5fade64b64d8d30;hb=b4dcbcc573df920180bdda4b8f3f226a8a8282f9;hp=e1627e018b658b371e1ed5c9f730c8e69b9b9f2a;hpb=fa994d3c6ada53f4610e6384fe924d4bf8163a68;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/21misc_fatal.t b/t/21misc_fatal.t index e1627e0..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( relationships => 1 ); + __PACKAGE__->loader_options( really_erase_my_files => 1 ); __PACKAGE__->storage_type( '::xyzzy' ); }