Skip to content

Commit fa452c4

Browse files
authored
Fix a mistake in a relative path
1 parent d74bfe6 commit fa452c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ end
289289
# env2["LD_LIBRARY_PATH"] = "./MyLibCompiled/lib/:./MyLibCompiled/lib/julia"
290290
env2["LD_LIBRARY_PATH"] = "./MyLibCompiled/lib/"
291291
end
292-
cmd = `./examples/MyLib/my_application.out`
292+
cmd = `./my_application.out`
293293
run(setenv(cmd, env2))
294294
observed_str = strip(read(setenv(cmd, env2), String))
295295
expected_str = "Incremented count: 4 (Cint)\nIncremented value: 4"

0 commit comments

Comments
 (0)