From c286ee7d410950152177d209c20a843d4a3f8c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 3 Apr 2019 22:21:20 +0200 Subject: Update tests. --- tests/recurring.scm | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) mode change 100755 => 100644 tests/recurring.scm (limited to 'tests/recurring.scm') diff --git a/tests/recurring.scm b/tests/recurring.scm old mode 100755 new mode 100644 index 1fcef974..ebf40cb1 --- a/tests/recurring.scm +++ b/tests/recurring.scm @@ -1,13 +1,7 @@ -#!/usr/bin/guile -s -!# - -(add-to-load-path (string-append (dirname (dirname (current-filename))) "/module")) - (use-modules (srfi srfi-1) (srfi srfi-19) (srfi srfi-19 util) (srfi srfi-41) - (srfi srfi-64) ; Testisg (util) (vcalendar) @@ -20,8 +14,8 @@ (time->string (attr ev "DTEND")))) (define (tcal str) - (format #f "~a/testdata/recurrence/~a" - (dirname (dirname (current-filename))) + (format #f "~a/recurrence/~a" + (getenv "TESTPATH") str)) (test-begin "recurrence test") -- cgit v1.2.3