test-lib-main.sh: allow --xtrace long option name for -x
commit40506cbea4c655a229ac06f6d61fac7a5df2771a
authorKyle J. McKay <mackyle@gmail.com>
Sat, 11 Feb 2017 17:30:12 +0000 (11 09:30 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 11 Feb 2017 17:30:12 +0000 (11 09:30 -0800)
tree7ccaf690cd1e496f57ecb09323b12cdb7c0de9fb
parentae58d4e0dadef329298ac802b7626d3c11ff044e
test-lib-main.sh: allow --xtrace long option name for -x

The "-x" option does a "set -x" which is also known by the
same name "set -o xtrace".  Therefore accept --xtrace as the
long option name for "-x".

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