From c2d497b1393133c3dfd36415560f7c2ac9959329 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 27 Jan 2021 18:09:34 +0100 Subject: t/6000-msort.t: fix when stdin is not a tty --- t/6000-msort.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 't') diff --git a/t/6000-msort.t b/t/6000-msort.t index dd21cd0..e4fc609 100644 --- a/t/6000-msort.t +++ b/t/6000-msort.t @@ -51,7 +51,7 @@ inbox/cur/4:2, export MAILSEQ=seq -check_same 'filename' 'msort -F' 'cat seq' +check_same 'filename' 'msort -F :' 'cat seq' cat <expect inbox/cur/3:2, @@ -59,7 +59,7 @@ inbox/cur/1:2, inbox/cur/2:2, inbox/cur/4:2, ! -check_same 'date' 'msort -d' 'cat expect' +check_same 'date' 'msort -d :' 'cat expect' cat <expect inbox/cur/4:2, @@ -67,7 +67,7 @@ inbox/cur/2:2, inbox/cur/1:2, inbox/cur/3:2, ! -check_same 'reverse date' 'msort -dr' 'cat expect' +check_same 'reverse date' 'msort -dr :' 'cat expect' cat <expect inbox/cur/2:2, @@ -75,7 +75,7 @@ inbox/cur/3:2, inbox/cur/4:2, inbox/cur/1:2, ! -check_same 'from' 'msort -f' 'cat expect' +check_same 'from' 'msort -f :' 'cat expect' cat <expect inbox/cur/3:2, @@ -83,6 +83,6 @@ inbox/cur/2:2, inbox/cur/4:2, inbox/cur/1:2, ! -check_same 'subject' 'msort -s' 'cat expect' +check_same 'subject' 'msort -s :' 'cat expect' ) -- cgit 1.4.1