summaryrefslogtreecommitdiffstats
path: root/tests/stateless-journey.sh
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-05-12 08:16:57 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-05-12 08:16:57 +0800
commit75b3eed98f14d918f474f73caa3cdedd5af927ad (patch)
tree7282ed99d1bb1ae9bdd7967317d1faaae8519438 /tests/stateless-journey.sh
parent05e61a65e318694cfb2b98f9566bff817090d741 (diff)
fix: broken or non-existing root path will still print the valid results. (#124)
Previously it would fail completely without printing anything.
Diffstat (limited to 'tests/stateless-journey.sh')
-rwxr-xr-xtests/stateless-journey.sh1
1 files changed, 1 insertions, 0 deletions
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"