Clarify src vs dest path mismatch in :symbolic_link_{absolute,relative}_body
authorngie <ngie@FreeBSD.org>
Sun, 12 Mar 2017 03:29:49 +0000 (03:29 +0000)
committerngie <ngie@FreeBSD.org>
Sun, 12 Mar 2017 03:29:49 +0000 (03:29 +0000)
commit697ff7954cd81d666ed88e113ae147922abd1cde
treeae698858543a4327ec3190a6c9f944c28d108cbd
parentb981f4299aebf846c8aa65a295c05b55f20f4ebb
Clarify src vs dest path mismatch in :symbolic_link_{absolute,relative}_body

Unfortunately kyua does not omit the path mismatch on failure, so it must be coded
into the error message.

Cache the values, run the test(1) call, then print out the values in an atf_fail
call to emit the required diagnostics to debug why things are failing.

MFC after: 1 week
Sponsored by: Dell EMC Isilon
usr.bin/xinstall/tests/install_test.sh