zeek/testing/btest/Baseline/core.load-relative/output
Jon Siwek e5e3bf28ec Make @load statements recognize relative paths.
For example a script can do "@load ./foo" to load a script named
foo.bro that lives in the same directory or "@load ../bar" to load
a script named bar.bro in the parent directory, even if those
directories are not contained in BROPATH.
2011-07-14 11:35:23 -05:00

3 lines
33 B
Text

bar loaded
baz loaded
foo loaded