From 596360af4cecb5e155bdf0f881068ec2592b591a Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 29 Jun 2020 01:27:01 -0400 Subject: [PATCH] tests: update to use Fedora 32 vagrant box --- test/misc/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/misc/Vagrantfile b/test/misc/Vagrantfile index b975ffa..ce390ea 100644 --- a/test/misc/Vagrantfile +++ b/test/misc/Vagrantfile @@ -22,7 +22,7 @@ Vagrant.configure(2) do |config| config.vm.synced_folder "/tmp/reverse_mount_etc/", "/etc", type: "sshfs", reverse: true host = 'sshfs-tests' - box = 'fedora/31-cloud-base' + box = 'fedora/32-cloud-base' config.vm.define host do | tmp | tmp.vm.hostname = host