diff --git a/test/common/autotest_common.sh b/test/common/autotest_common.sh index 4df51d8369..1e666cc390 100755 --- a/test/common/autotest_common.sh +++ b/test/common/autotest_common.sh @@ -8,7 +8,6 @@ function xtrace_fd() { exec {BASH_XTRACEFD}>&2 set -x - echo "Tracing to $BASH_XTRACEFD FD" } function xtrace_disable() {