Skip to content

Commit ebe5f17

Browse files
committed
Fix hhvm tests
1 parent aed4dbe commit ebe5f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/serverspec/spec/shared/hhvm/listening.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
shared_examples 'hhvm::listening::public' do
22
describe port(9000) do
33
it "hhvm should be listening", :retry => 20, :retry_wait => 3 do
4-
should be_listening.with('tcp6')
4+
should be_listening.with('tcp')
55
end
66
end
77
end
@@ -15,7 +15,7 @@
1515

1616
describe port(9000) do
1717
it "hhvm should be listening local", :retry => 20, :retry_wait => 3 do
18-
should be_listening.on('::1').with('tcp6')
18+
should be_listening.on('::1').with('tcp')
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)