update test with multiple pipes

This commit is contained in:
Michael Aquilina 2019-07-17 21:57:54 +01:00
parent d6b002ee3b
commit a8dff148e5
No known key found for this signature in database
GPG key ID: 636066730B056BD1

View file

@ -28,7 +28,7 @@
} }
@test 'is_auto_notify_ignored - piped commands which are ignored' { @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 $state equals 0
assert "$output" same_as "yes" assert "$output" same_as "yes"