aboutsummaryrefslogtreecommitdiff
path: root/module/test.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xmodule/test.scm (renamed from test.scm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.scm b/module/test.scm
index 1b3c539e..10c6c1a1 100755
--- a/test.scm
+++ b/module/test.scm
@@ -12,7 +12,7 @@
(vcalendar output)
(vcalendar recur))
-(define cal (make-vcomponent "testcal/repeating-event.ics"))
+(define cal (make-vcomponent "../testcal/repeating-event.ics"))
(define ev (car (children cal 'VEVENT)))