update test with multiple pipes
This commit is contained in:
parent
d6b002ee3b
commit
a8dff148e5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue