We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b36af1 commit 9377f1cCopy full SHA for 9377f1c
test/pythonic-test.el
@@ -318,7 +318,8 @@ example) after we start pythonic process."
318
(while (process-live-p process)
319
(accept-process-output process))
320
(find-file "/ssh:test@localhost:/home/test/x.py")
321
- (should (get-buffer "x.py")))
+ (should (get-buffer "x.py"))
322
+ (kill-buffer "x.py"))
323
(kill-buffer "*tramp/ssh test@localhost*")
324
(setq tramp-current-connection)
325
(sleep-for 0.5)))
0 commit comments