summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 08:33:35 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 08:33:35 +0800
commitaf7a09c53faf9ebeeb8c0a15278b510738d1f34f (patch)
treeb111f49ee3ee6bed4044138e68662786635762dc /tests
parent9ac025f7e546514581aaa96f96b8af476988d384 (diff)
Use 'anyhow' instead of 'failure' to simplify code and reduce bloat
Diffstat (limited to 'tests')
-rw-r--r--tests/snapshots/failure-interactive-without-tty7
-rw-r--r--tests/snapshots/failure-no-arguments-multiple-input-paths-some-not-existing2
2 files changed, 5 insertions, 4 deletions
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