change tmp file path

This commit is contained in:
Yuichi Nishiwaki 2015-07-09 04:13:50 +09:00
parent ca33c6f425
commit 8cc6307eaa
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
(picrin readline history)
(picrin test))
(define testfile "picrin_readline_test_file")
(define testfile "/tmp/picrin_readline_test_file")
(test-begin)
(test 0 (history-length))