Delete test file after all tests have run in order to make "make
authorMarius Vollmer <mvo@zagadka.de>
Sat, 27 May 2006 22:24:24 +0000 (22:24 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sat, 27 May 2006 22:24:24 +0000 (22:24 +0000)
distcheck" work.

test-suite/ChangeLog
test-suite/tests/filesys.test
test-suite/tests/ports.test

index 24ba1ca..386eda1 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-28  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/ports.test, tests/filesys.test: Delete test file after all
+       tests have run in order to make "make distcheck" work.
+
 2006-04-17  Kevin Ryde  <user42@zip.com.au>
 
        * tests/filesys.test (lstat): Allow for test-symlink not existing yet.
index 1477652..b9913c2 100644 (file)
        (close-port port)
        (eqv? 5 (stat:size st))))))
 
+(delete-file (test-file))
+(delete-file (test-symlink))
index 15f888e..b738dc9 100644 (file)
                    (procedure)))))
            (list read read-char read-line)
            '("read" "read-char" "read-line")))
+
+(delete-file (test-file))