Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Aug 5, 2024
1 parent 90d0e19 commit 4c27a13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/liii/os-test.scm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
;

(import (srfi srfi-78)
(srfi srfi-13)
(liii os)
(scheme time))

Expand All @@ -37,7 +38,7 @@
(check (>= (ceiling (- t2 t1)) 1) => #t))))

(when (os-windows?)
(check (os-temp-dir) => "C:\\Windows\\TEMP\\"))
(check (string-prefix? "C:" (os-temp-dir)) => #t))

(when (os-linux?)
(check (os-temp-dir) => "/tmp"))
Expand Down

0 comments on commit 4c27a13

Please sign in to comment.