Skip to content
Snippets Groups Projects
Commit 73e4cde6 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- minor fix

parent ef0472b3
No related branches found
No related tags found
No related merge requests found
......@@ -122,8 +122,8 @@ foreach my $with (qw(
#say "STDOUT:",$testapp->stdout;
#say "STDERR:",$testapp->stderr;
like($testapp->stdout, qr/\A"aipid","$head"\n"47daf26a-02a1-4776-a8db-de04c6708bd2",("[A-Za-zäöüßÄÖÜ0-9_:. -]*")|\d+(\.\d+)?\Z/s, 'ta-tool search, check "'.$with_opt.'", stdout');
like($testapp->stderr, qr/\Afound 1 result\nreporting results output as csv\Z/s, 'ta-tool search, "'.$with_opt.'", stderr');
is($? >> 8, 0, 'ta-tool search, "'.$with_opt.'", exit status');
like($testapp->stderr, qr/\Afound 1 result\nreporting results output as csv\Z/s, 'ta-tool search, check "'.$with_opt.'", stderr');
is($? >> 8, 0, 'ta-tool search, check "'.$with_opt.'", exit status');
}
note "search by files";
$testapp->run(args =>'search --pronom-id fmt/101');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment