[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r113510: * inotify-test.el (inotify-file-watch-simpl
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] trunk r113510: * inotify-test.el (inotify-file-watch-simple): Delete temp-file when done. |
Date: |
Tue, 23 Jul 2013 19:54:05 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 113510
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-07-23 15:54:01 -0400
message:
* inotify-test.el (inotify-file-watch-simple): Delete temp-file when done.
modified:
test/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-8588
test/automated/inotify-test.el
inotifytest.el-20121210111500-2cd7np2oq1r0lmp9-2
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog 2013-07-23 16:08:47 +0000
+++ b/test/ChangeLog 2013-07-23 19:54:01 +0000
@@ -1,5 +1,8 @@
2013-07-23 Glenn Morris <address@hidden>
+ * automated/inotify-test.el (inotify-file-watch-simple):
+ Delete temp-file when done.
+
* automated/subword-tests.el: Require subword.
2013-07-22 Stefan Monnier <address@hidden>
=== modified file 'test/automated/inotify-test.el'
--- a/test/automated/inotify-test.el 2013-07-09 07:43:12 +0000
+++ b/test/automated/inotify-test.el 2013-07-23 19:54:01 +0000
@@ -56,8 +56,10 @@
(insert "Foo\n"))
(sit-for 5) ;; Hacky. Wait for 5s until events are processed
(should (> events 0)))
- (inotify-rm-watch wd)))))
+ (inotify-rm-watch wd)
+ (delete-file temp-file)))))
)
(provide 'inotify-tests)
+
;;; inotify-tests.el ends here.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r113510: * inotify-test.el (inotify-file-watch-simple): Delete temp-file when done.,
Glenn Morris <=