From a8dff148e587e684f58996e7178b9003c5c82195 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Wed, 17 Jul 2019 21:57:54 +0100 Subject: [PATCH] update test with multiple pipes --- tests/test_is_auto_notify_ignored.zunit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_is_auto_notify_ignored.zunit b/tests/test_is_auto_notify_ignored.zunit index 61366a1..b678fa7 100644 --- a/tests/test_is_auto_notify_ignored.zunit +++ b/tests/test_is_auto_notify_ignored.zunit @@ -28,7 +28,7 @@ } @test 'is_auto_notify_ignored - piped commands which are ignored' { - run _is_auto_notify_ignored "echo hello world | less -R" + run _is_auto_notify_ignored "echo hello world | hexdump | less -R" assert $state equals 0 assert "$output" same_as "yes"