From 75b3eed98f14d918f474f73caa3cdedd5af927ad Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 12 May 2022 08:16:57 +0800 Subject: fix: broken or non-existing root path will still print the valid results. (#124) Previously it would fail completely without printing anything. --- tests/stateless-journey.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/stateless-journey.sh') diff --git a/tests/stateless-journey.sh b/tests/stateless-journey.sh index bc6d0c9..37a32c2 100755 --- a/tests/stateless-journey.sh +++ b/tests/stateless-journey.sh @@ -71,6 +71,7 @@ WITH_FAILURE=1 WITH_SNAPSHOT="$snapshot/success-no-arguments-multiple-input-paths-one-broken-link" \ expect_run ${WITH_FAILURE} "$exe" aggregate --stats . dir broken-link ./dir/sub } + rm broken-link ) ) (when "specifying no subcommand" -- cgit v1.2.3