Skip to content

Commit

Permalink
tests: update to use Fedora 32 vagrant box
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Jun 29, 2020
1 parent b1d92d9 commit 596360a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/misc/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 596360a

Please sign in to comment.