From af7a09c53faf9ebeeb8c0a15278b510738d1f34f Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 2 Jul 2020 08:33:35 +0800 Subject: Use 'anyhow' instead of 'failure' to simplify code and reduce bloat --- tests/snapshots/failure-interactive-without-tty | 7 ++++--- .../failure-no-arguments-multiple-input-paths-some-not-existing | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/snapshots/failure-interactive-without-tty b/tests/snapshots/failure-interactive-without-tty index 9d3cd92..d5d704b 100644 --- a/tests/snapshots/failure-interactive-without-tty +++ b/tests/snapshots/failure-interactive-without-tty @@ -1,3 +1,4 @@ -error: Interactive mode requires a connected terminal -Caused by: - 1: Inappropriate ioctl for device (os error 25) \ No newline at end of file +Error: Interactive mode requires a connected terminal + +Caused by: + Inappropriate ioctl for device (os error 25) \ No newline at end of file diff --git a/tests/snapshots/failure-no-arguments-multiple-input-paths-some-not-existing b/tests/snapshots/failure-no-arguments-multiple-input-paths-some-not-existing index e35c8e7..59f080a 100644 --- a/tests/snapshots/failure-no-arguments-multiple-input-paths-some-not-existing +++ b/tests/snapshots/failure-no-arguments-multiple-input-paths-some-not-existing @@ -1 +1 @@ -error: No such file or directory (os error 2) \ No newline at end of file +Error: No such file or directory (os error 2) \ No newline at end of file -- cgit v1.2.3