Skip to content

Commit 2be0b84

Browse files
committed
Not Windows format, Unix.
1 parent 4ea176b commit 2be0b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/rex/file_utils_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
described_class.normalize_unix_path('/etc', '/passwd').should eq("/etc/passwd")
4242
end
4343

44-
it "should convert an absolute path as a string into Windows format" do
44+
it "should convert an absolute path as a string into Unix format" do
4545
described_class.normalize_unix_path('/etc/passwd').should eq('/etc/passwd')
4646
end
4747

0 commit comments

Comments
 (0)