From 33f75e069d994b4b632a3558f9213aac3998764e Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Wed, 24 Oct 2012 13:36:32 -0600 Subject: [PATCH] Fix some test plans. --- t/lib/bash/collect_mysql_info.sh | 2 +- t/lib/bash/report_mysql_info.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/lib/bash/collect_mysql_info.sh b/t/lib/bash/collect_mysql_info.sh index 7a8c8a26..c25af7e6 100644 --- a/t/lib/bash/collect_mysql_info.sh +++ b/t/lib/bash/collect_mysql_info.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -plan 20 +plan 24 PT_TMPDIR="$TEST_PT_TMPDIR" PATH="$PATH:$PERCONA_TOOLKIT_SANDBOX/bin" diff --git a/t/lib/bash/report_mysql_info.sh b/t/lib/bash/report_mysql_info.sh index 8ffd9d88..b753120d 100644 --- a/t/lib/bash/report_mysql_info.sh +++ b/t/lib/bash/report_mysql_info.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -plan 32 +plan 33 . "$LIB_DIR/alt_cmds.sh" . "$LIB_DIR/log_warn_die.sh"