Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
musm committed Nov 7, 2019
1 parent 025ac54 commit 445a6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/osutils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end
if Sys.iswindows()
@testset "path variables use correct path delimiters on windows" begin
for path in (Base.SYSCONFDIR, Base.DATAROOTDIR, Base.DOCDIR,
Base.LIBDIR, Base.PRIVATE_LIBDIR, Base.INCLUDEDIR)
Base.LIBDIR, Base.PRIVATE_LIBDIR, Base.INCLUDEDIR, Base.LIBEXECDIR)
@test !occursin("/", path)
@test !occursin("\\\\", path)
end
Expand Down

0 comments on commit 445a6fc

Please sign in to comment.