Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c13e0e

Browse files
committed
minor mandatory fix for git pull to work
1 parent b63144d commit 4c13e0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extra/shutils/regressiontest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def main():
7171
test_counts = []
7272
attachments = {}
7373

74-
proc = subprocess.Popen("python /opt/sqlmap/sqlmap.py --update", shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
74+
proc = subprocess.Popen("cd /opt/sqlmap/ ; python /opt/sqlmap/sqlmap.py --update", shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
7575
proc.wait()
7676
stdout, stderr = proc.communicate()
7777

0 commit comments

Comments
 (0)