* tests/sanity/style.test: Cancel set -x.

This commit is contained in:
Alexandre Duret-Lutz 2016-04-08 22:34:17 +02:00
parent ed3b58c99c
commit e429e2f056

View file

@ -24,6 +24,7 @@
# Ensure consistent style by catching common improper constructs. # Ensure consistent style by catching common improper constructs.
set -e set -e
set +x
diag() diag()
{ {