Skip to content

Commit

Permalink
tests: update to use Fedora 34 vagrant box
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed May 3, 2021
1 parent c50fb6e commit 4bef1db
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/32-cloud-base'
box = 'fedora/34-cloud-base'

config.vm.define host do | tmp |
tmp.vm.hostname = host
Expand Down

0 comments on commit 4bef1db

Please sign in to comment.