Fail hard on tokenization problems now

Change-Id: I82ba79c53b02d3335650db31a589887dba986aaf
diff --git a/t/script/archive.t b/t/script/archive.t
index 290784b..598c8e5 100644
--- a/t/script/archive.t
+++ b/t/script/archive.t
@@ -172,7 +172,7 @@
   local $SIG{__WARN__} = sub {};
   my $out = stderr_from(sub { system($call); });
 
-  like($out, qr!no base tokenization!s, $call);
+  like($out, qr!no working base tokenization!s, $call);
 };
 
 my $input_quotes = catfile($f, '..', 'corpus', 'archive_quotes.zip');