picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 95ba8f8191e990a856682fa0008cce8e5ecddcf0
parent ba5a4f4c8a680f34e185fd19e98986171e7aaf1a
Author: Alexander Burger <abu@software-lab.de>
Date:   Sun,  4 Nov 2012 19:34:58 +0100

Use "/" instead of "/tmp" for 'chdir' unit test
Diffstat:
Mtest/src/main.l | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/src/main.l b/test/src/main.l @@ -1,4 +1,4 @@ -# 18mar12abu +# 04nov12abu # (c) Software Lab. Alexander Burger ### Evaluation ### @@ -83,8 +83,8 @@ ### cd ### -(chdir "/tmp" - (test "/tmp" (pwd)) ) +(chdir "/" + (test "/" (pwd)) ) ### info ###