aboutsummaryrefslogtreecommitdiff
path: root/tests/let.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-04-03 22:21:20 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2019-04-03 22:24:45 +0200
commitc286ee7d410950152177d209c20a843d4a3f8c26 (patch)
treee373e3b04b5b47f21be504fcad65a498a28dc5c7 /tests/let.scm
parentAdd parser for BYDAY RRULE's. (diff)
downloadcalp-c286ee7d410950152177d209c20a843d4a3f8c26.tar.gz
calp-c286ee7d410950152177d209c20a843d4a3f8c26.tar.xz
Update tests.
Diffstat (limited to 'tests/let.scm')
-rw-r--r--[-rwxr-xr-x]tests/let.scm10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/let.scm b/tests/let.scm
index c2779657..21b23754 100755..100644
--- a/tests/let.scm
+++ b/tests/let.scm
@@ -1,12 +1,4 @@
-#!/usr/bin/guile \
--s
-!#
-
-(add-to-load-path (string-append (dirname (dirname (current-filename)))
- "/module"))
-
-(use-modules (srfi srfi-64)
- (util))
+(use-modules (util))
(test-begin "let")