testsuite: use relative paths, set PATH to absolute path
This approach works better with autotools, which supports the build directory being complete outside the source tree.
This commit is contained in:
@ -125,7 +125,7 @@ sub worker_wait {
|
||||
|
||||
package main;
|
||||
local $@;
|
||||
do "./$file";
|
||||
do $file;
|
||||
$test->ok(undef, "$@") if $@;
|
||||
|
||||
# XXX hack, we need to trigger the read watcher once more
|
||||
|
Reference in New Issue
Block a user