From 6b1cea4a6a474e17f57d826f407d82500f8eab2a Mon Sep 17 00:00:00 2001 From: slava Date: Fri, 27 Jun 2008 22:02:10 -0500 Subject: [PATCH] Fix unit test --- extra/io/unix/linux/monitors/monitors-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/io/unix/linux/monitors/monitors-tests.factor b/extra/io/unix/linux/monitors/monitors-tests.factor index 923bfaa890..c71b053919 100644 --- a/extra/io/unix/linux/monitors/monitors-tests.factor +++ b/extra/io/unix/linux/monitors/monitors-tests.factor @@ -15,7 +15,7 @@ threads calendar prettyprint destructors io.timeouts ; [ t ] [ "m" get next-change drop - [ "." = ] [ "monitor-test-self" temp-file = ] bi or + [ "" = ] [ "monitor-test-self" temp-file = ] bi or ] unit-test [ ] [ "m" get dispose ] unit-test