Skip to content

Commit 445a6fc

Browse files
committed
test
1 parent 025ac54 commit 445a6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/osutils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ end
4949
if Sys.iswindows()
5050
@testset "path variables use correct path delimiters on windows" begin
5151
for path in (Base.SYSCONFDIR, Base.DATAROOTDIR, Base.DOCDIR,
52-
Base.LIBDIR, Base.PRIVATE_LIBDIR, Base.INCLUDEDIR)
52+
Base.LIBDIR, Base.PRIVATE_LIBDIR, Base.INCLUDEDIR, Base.LIBEXECDIR)
5353
@test !occursin("/", path)
5454
@test !occursin("\\\\", path)
5555
end

0 commit comments

Comments
 (0)