mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-29 09:32:47 +00:00
PT-1554 Fix to run tests in a tmpfs
This commit is contained in:
@@ -60,7 +60,7 @@ $dbh3->do("FLUSH TABLES");
|
||||
|
||||
my $new_dir='/tmp/tdir';
|
||||
diag(`rm -rf $new_dir`);
|
||||
diag(`mkdir $new_dir`);
|
||||
diag(`mkdir -p $new_dir`);
|
||||
|
||||
diag("2");
|
||||
($output, $exit_status) = full_output(
|
||||
|
Reference in New Issue
Block a user