Merge change-diskstats-group-by-default-fix-bug-952727.

This commit is contained in:
Daniel Nichter
2012-05-09 07:48:59 -06:00
parent 715f0f86e1
commit 5079930b72
2 changed files with 9 additions and 5 deletions

View File

@@ -36,6 +36,9 @@ my $cmd;
my $pid_file = "/tmp/pt-query-digest-mirror-test.pid";
diag(`rm $pid_file 2>/dev/null`);
my $pid_file = '/tmp/pt-query-digest.test.pid';
`rm -rf $pid_file >/dev/null`;
# ##########################################################################
# Tests for swapping --processlist and --execute
# ##########################################################################