1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Remove duplicate mkdir for /tmp/pgbackrest in Vagrantfile.

This commit is contained in:
David Steele 2021-01-18 23:41:09 -05:00
parent 8322dfd7af
commit a1365b26d4

4
test/Vagrantfile vendored
View File

@ -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