Sha256: a7f4d0905ee14b890419110d875cf36d84e0a1d35a7291901d157ccfdf8ecb13
Contents?: true
Size: 533 Bytes
Versions: 5
Compression:
Stored size: 533 Bytes
Contents
#!/bin/bash set -eu # Test the four mounts we have done echo -en "Testing slave forward mount!\n\t" vagrant ssh -- cat /tmp/forward_slave_mount_etc/machine-id # https://github.com/dustymabe/vagrant-sshfs/issues/44 echo -en "Testing slave forward mount with a symlink!\n\t" vagrant ssh -- cat /usr/sbin/forward_slave_mount_sym_link_test/machine-id echo -en "Testing normal forward mount!\n\t" vagrant ssh -- cat /tmp/forward_normal_mount_etc/machine-id echo -en "Testing reverse mount!\n\t" cat /tmp/reverse_mount_etc/machine-id
Version data entries
5 entries across 5 versions & 1 rubygems