Print/save fk errors only if there is one. Fix example --dest table (bug 1075775).

This commit is contained in:
Daniel Nichter
2012-11-07 11:38:09 -07:00
parent e11a7eea41
commit 091d9cf66d
2 changed files with 16 additions and 13 deletions

View File

@@ -136,7 +136,7 @@ $output = output(
is(
$output,
"",
"No foreign key errors, no errors and no output (bug 1075773)"
"No foreign key errors, no errors, no output (bug 1075773)"
);
diag(`$trunk/sandbox/stop-sandbox 12348 >/dev/null`);