diff options
-rw-r--r-- | t/09_find_archives.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/09_find_archives.t b/t/09_find_archives.t index eebea6c..7b1fc0f 100644 --- a/t/09_find_archives.t +++ b/t/09_find_archives.t @@ -46,5 +46,6 @@ eq_or_diff($app->find_archives('test/path'), [ ]); dies_ok {$app->find_archives('test/nope')}; +is ($@, "Path 'test/nope' not found in any archive.\n"); done_testing; |