Merge pull request #466 from okuoku/fix-pull-465

test: Do not create file under /tmp in show-test
This commit is contained in:
Alex Shinn 2018-04-04 23:35:11 +09:00 committed by GitHub
commit 278911e93c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -730,7 +730,7 @@ def | 6
;; from-file
;; for reference, filesystem-test relies on creating files under /tmp
(let* ((tmp-file "/tmp/chibi-show-test-0123456789")
(let* ((tmp-file "chibi-show-test-0123456789")
(content-string "first line\nsecond line\nthird line"))
(with-output-to-file tmp-file (lambda () (write-string content-string)))
(test (string-append content-string "\n")