mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixing CI/CD pipeline
This commit is contained in:
parent
2297c81309
commit
4c869817d4
10 changed files with 41 additions and 22 deletions
|
|
@ -328,6 +328,7 @@ class TestMisc(_GenericBase):
|
|||
# An explicit Windows-style drive path flips Backend OS to Windows.
|
||||
set_dbms("MySQL")
|
||||
conf.tmpPath = "C:\\Temp"
|
||||
kb.os = None # let getRemoteTempPath detect Windows from the drive path
|
||||
m = _TestMisc()
|
||||
out = m.getRemoteTempPath()
|
||||
self.assertTrue(Backend.isOs(OS.WINDOWS))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue