From a1365b26d4c2383eaacea3714eeb521435ca79aa Mon Sep 17 00:00:00 2001 From: David Steele Date: Mon, 18 Jan 2021 23:41:09 -0500 Subject: [PATCH] Remove duplicate mkdir for /tmp/pgbackrest in Vagrantfile. --- test/Vagrantfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/Vagrantfile b/test/Vagrantfile index caa591aa2..37574f875 100644 --- a/test/Vagrantfile +++ b/test/Vagrantfile @@ -87,10 +87,6 @@ Vagrant.configure(2) do |config| echo 'Install Dev Utilities' && date apt-get install -y vim htop jq - #----------------------------------------------------------------------------------------------------------------------- - echo '/tmp/pgbackrest owned by root so tests do not use it' && date - mkdir -p 700 /tmp/pgbackrest - #----------------------------------------------------------------------------------------------------------------------- echo 'create link to repo in old location to make the transition less painful' && date ln -s /home/vagrant/pgbackrest /backrest