Skip to content

Commit

Permalink
ci: Revert original test for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 11, 2024
1 parent f74cecf commit b56ea93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evil-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -9602,8 +9602,8 @@ parameter set."
("3\C-i") ;; even after jumping forward 3 times it can't get past the 3rd z
"z z [z] z z z z z"))
(ert-info ("Jump across files")
(let ((temp-file (or (make-temp-file "evil-test-")
"evil-test-")))
(let ((temp-file "evil-test-"))
(make-temp-file "evil-test-")
(unwind-protect
(evil-test-buffer
"[z] z z z z z z"
Expand Down

0 comments on commit b56ea93

Please sign in to comment.