Skip to content

Commit 90f375b

Browse files
plexusbbatsov
authored andcommitted
Attempt at addressing a Windows-specific CI failure
1 parent 9bd9f7e commit 90f375b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/cider-eval-test.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
(it "can handle multibyte characters"
4242
(let ((cider-sideloader-path (list "/tmp"))
4343
(default-directory "/tmp")
44-
(filename (make-temp-file "abc.clj")))
44+
(filename (make-temp-file "abc.clj"))
45+
(coding-system-for-write 'utf-8-unix))
4546
(with-temp-file filename
4647
(insert "🍻"))
4748
(expect (cider-provide-file filename) :to-equal "8J+Nuw=="))))

0 commit comments

Comments
 (0)