Skip to content

Commit 2f20998

Browse files
committed
Force Rex::OLE::Util to work on LITTLE_ENDIAN
1 parent 51f1309 commit 2f20998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/lib/rex/ole/clsid_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
describe "#to_s" do
3737
it "returns printable clsid" do
38+
Rex::OLE::Util.set_endian(Rex::OLE::LITTLE_ENDIAN)
3839
expect(clsid.to_s).to eq('33221100-5544-7766-8899-aabbccddeeff')
3940
end
4041

0 commit comments

Comments
 (0)