Skip to content

Commit

Permalink
terminfo: disable tests on windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Nov 14, 2024
1 parent 232698b commit e76205c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions extra/terminfo/terminfo-tests.factor
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ CONSTANT: ADM3-TERMINFO {
}

: terminfo-unit-test ( expected quot -- )
'[
"vocab:terminfo/test" normalize-path "TERMINFO"
[ linux \ os _ with-variable ] with-os-env
] unit-test ; inline
os windows? [ 2drop ] [
'[
"vocab:terminfo/test" normalize-path "TERMINFO"
[ linux \ os _ with-variable ] with-os-env
] unit-test
] if ; inline

{ t f } [
"vt102-fictional" terminfo-names member?
Expand Down

0 comments on commit e76205c

Please sign in to comment.