Skip to content

Commit e228402

Browse files
committed
Revert "fix this test bin/kaocha --focus 'plugins.notifier-plugin/enabling-desktop-notifications'"
This reverts commit a75e81d.
1 parent 30b9182 commit e228402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/features/plugins/notifier_plugin.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Feature: Plugin: Notifier (desktop notifications)
3838
;; Configuring a command is optional. Since CI does not have desktop
3939
;; notifications we pipe to a file instead.
4040
:kaocha.plugin.notifier/command
41-
"sh -c 'echo \"%{title}\n%{message}\n%{failed?}\n%{count}\n%{urgency}\" > ./tmp_kaocha.txt'"
41+
"sh -c 'echo \"%{title}\n%{message}\n%{failed?}\n%{count}\n%{urgency}\" > /tmp/kaocha.txt'"
4242
4343
;; Fallbacks:
4444
@@ -58,7 +58,7 @@ Feature: Plugin: Notifier (desktop notifications)
5858
(is (= :same :not-same)))
5959
"""
6060
When I run `bin/kaocha`
61-
And I run `cat ./tmp_kaocha.txt`
61+
And I run `cat /tmp/kaocha.txt`
6262
Then the output should contain:
6363
"""
6464
⛔️ Failing

0 commit comments

Comments
 (0)