From 82d005b9e3ed9ce8d4441c607ec160f2f0a48b1c Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 7 Jul 2020 08:23:23 +0800 Subject: Fix color handling (causing the text to disappear); fix tty detection Crossterm works differently from termion, I might say: more correct! --- tests/snapshots/failure-interactive-without-tty | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/snapshots/failure-interactive-without-tty b/tests/snapshots/failure-interactive-without-tty index d5d704b..741f6a0 100644 --- a/tests/snapshots/failure-interactive-without-tty +++ b/tests/snapshots/failure-interactive-without-tty @@ -1,4 +1 @@ -Error: Interactive mode requires a connected terminal - -Caused by: - Inappropriate ioctl for device (os error 25) \ No newline at end of file +Error: Interactive mode requires a connected terminal \ No newline at end of file -- cgit v1.2.3