]> git.draconx.ca Git - dxcommon.git/commitdiff
test-tap.at: Use PATH instead of hardcoding "$builddir/t"
authorNick Bowler <nbowler@draconx.ca>
Sat, 6 Jan 2024 20:36:59 +0000 (15:36 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 6 Jan 2024 20:36:59 +0000 (15:36 -0500)
Hardcoding "$builddir/t" doesn't work at all if VPATH builds need to
run programs in "$srcdir", which we do now need.  Generally PATH
lookups are more flexible in Autotest and work out much better.

Technically this is a change in behaviour so some downstream projects
may need to be updated.


No differences found