test-lib: make prereqs list look nice
commit948437d6741bde9f0384b1082a3d0aceed2083d5
authorKyle J. McKay <mackyle@gmail.com>
Wed, 7 Mar 2018 21:50:31 +0000 (7 13:50 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 7 Mar 2018 21:50:31 +0000 (7 13:50 -0800)
tree98c47ab4229031fb796b96defd59b68842070c5b
parentd957812f71c57f0f4bd73e1e6ce10d23b886f0fe
test-lib: make prereqs list look nice

Adjust the ordering of missing prereqs to match that of the declared
required prereqs in order for the test for all of them missing to
actually work properly.

Format the list of prereqs and missing prereqs using the equivalent
of join(", ", @list) to make it look nicer.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
t/test-lib-functions.sh
t/test-lib-main.sh