remove obsolete thing that never worked
[scpubgit/Q-Branch.git] / lib / SQL / Abstract / Test.pm
index fcd3aab..e163f2c 100644 (file)
@@ -33,7 +33,8 @@ use SQL::Abstract::Tree;
         require Path::Tiny;
         Path::Tiny->new('e1')->spew($d1);
         Path::Tiny->new('e2')->spew($d2);
-        die "Wrote e1 and e2, bailing out";
+        system('diff -u e1 e2 1>&2');
+        die "Differences between e1 and e2, bailing out";
       };
       return $e1;
     };