]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r309472:
authorngie <ngie@FreeBSD.org>
Sat, 3 Dec 2016 03:15:09 +0000 (03:15 +0000)
committerngie <ngie@FreeBSD.org>
Sat, 3 Dec 2016 03:15:09 +0000 (03:15 +0000)
commit929dd17b53517328c9d4cee9342b736234907381
treeedb01aaa1424ad6c3cd78fafc9b8c1c075365170
parent89946dc68ab062bb78110dfa44b7bcfcef0e7141
MFC r309472:

Restore pathing for factor(1), which unnecessarily diverged in r278616

factor lives in /usr/games/, not /usr/bin, in NetBSD.

The correct way to handle this is do on-the-fly manipulation of the test
script via ATF_TESTS_SH_SED_<foo>, not by modify the pathing directly in
the test script.

This is being done to resolve an unnecessary conflict made when pulling
back ^/head@r309469 (contrib/netbsd-tests update) to ^/stable/10.

No functional change
contrib/netbsd-tests/games/t_factor.sh