Tks to @stucki work on #92 there is no need to do this anymore :)
This commit is contained in:
parent
3e73a85d52
commit
1348bb910b
1 changed files with 1 additions and 4 deletions
|
@ -20,10 +20,7 @@ describe 'Sanity check' do
|
||||||
end
|
end
|
||||||
|
|
||||||
it "is able to be SSH'ed" do
|
it "is able to be SSH'ed" do
|
||||||
expected = 'lxc-test-box'
|
expect(vagrant_ssh('hostname')).to eq 'lxc-test-box'
|
||||||
# HACK:
|
|
||||||
expected = ENV['BOX_NAME'].gsub(/64$/, '') if %w( squeeze64 wheezy64 sid64 ).include? ENV['BOX_NAME']
|
|
||||||
expect(vagrant_ssh('hostname')).to eq expected
|
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'mounts shared folders with the right permissions' do
|
it 'mounts shared folders with the right permissions' do
|
||||||
|
|
Loading…
Add table
Reference in a new issue