Fix some test plans.

This commit is contained in:
Daniel Nichter
2012-10-24 13:36:32 -06:00
parent 9b920bc5a5
commit 33f75e069d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
plan 20 plan 24
PT_TMPDIR="$TEST_PT_TMPDIR" PT_TMPDIR="$TEST_PT_TMPDIR"
PATH="$PATH:$PERCONA_TOOLKIT_SANDBOX/bin" PATH="$PATH:$PERCONA_TOOLKIT_SANDBOX/bin"

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
plan 32 plan 33
. "$LIB_DIR/alt_cmds.sh" . "$LIB_DIR/alt_cmds.sh"
. "$LIB_DIR/log_warn_die.sh" . "$LIB_DIR/log_warn_die.sh"