Finished tar flag
Change-Id: I54f6fddcc8392c51eab59e0e84a60fe2455bccd4
diff --git a/t/script/archive_tar.t b/t/script/archive_tar.t
index aee6542..666e2c5 100644
--- a/t/script/archive_tar.t
+++ b/t/script/archive_tar.t
@@ -58,9 +58,10 @@
# Test without parameters
my $combined = combined_from( sub { system($call) });
-diag $combined;
+like($combined, qr!Input is .+?wpd15-single\.zip,.+?wpd15-single\.malt\.zip,.+?wpd15-single\.corenlp\.zip,.+?wpd15-single\.opennlp\.zip,.+?wpd15-single\.mdparser\.zip,.+?wpd15-single\.tree_tagger\.zip!is, 'Input is fine');
-#qr!Input is .+?wpd15-single\.zip,.+?wpd15-single\.malt\.zip,.+?wpd15-single\.corenlp\.zip,.+?wpd15-single\.opennlp\.zip,.+?wpd15-single\.mdparser\.zip,.+?wpd15-single\.tree_tagger\.zip!is,
+like($combined, qr!Writing to file .+?\.tar!, 'Write out');
+like($combined, qr!Wrote to tar archive!, 'Write out');