Fix MacOSX notification test
This commit is contained in:
parent
d6d00f5cc7
commit
1a022b8f68
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@
|
||||||
run _auto_notify_send
|
run _auto_notify_send
|
||||||
|
|
||||||
assert $state equals 0
|
assert $state equals 0
|
||||||
assert "$lines[1]" same_as "-e display notification \"\"f bar -r\" has completed"
|
assert "$lines[1]" same_as '-e display notification "\"f bar -r\" has completed'
|
||||||
assert "$lines[2]" same_as "(Total time: 20 seconds)\" with title \"Command Completed\""
|
assert "$lines[2]" same_as '(Total time: 20 seconds)" with title "Command Completed"'
|
||||||
}
|
}
|
||||||
|
|
||||||
@test 'auto-notify-send sends warning on unsupported platform' {
|
@test 'auto-notify-send sends warning on unsupported platform' {
|
||||||
|
|
Loading…
Add table
Reference in a new issue