diff --git a/run-qtest b/run-qtest index 481052e..26e8806 100755 --- a/run-qtest +++ b/run-qtest @@ -40,7 +40,7 @@ while (@ARGV) elsif ($arg eq '--bin') { usage() unless @ARGV; - push(@bin, shift(@ARGV)); + push(@bin, abs_path(shift(@ARGV))); } elsif ($arg eq '--color') {