Skip to content

Commit 9377f1c

Browse files
committed
Properly cleanup tests.
1 parent 1b36af1 commit 9377f1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/pythonic-test.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@ example) after we start pythonic process."
318318
(while (process-live-p process)
319319
(accept-process-output process))
320320
(find-file "/ssh:test@localhost:/home/test/x.py")
321-
(should (get-buffer "x.py")))
321+
(should (get-buffer "x.py"))
322+
(kill-buffer "x.py"))
322323
(kill-buffer "*tramp/ssh test@localhost*")
323324
(setq tramp-current-connection)
324325
(sleep-for 0.5)))

0 commit comments

Comments
 (0)