Changeset 83868 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Apr 20, 2020 5:22:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r83867 r83868 360 360 fRc = oTxsSession.syncMkDirPath("/etc/apt/apt.conf.d/", 0o755); 361 361 if fRc: 362 fRc = oTxsSession.syncUploadString('Acquire::http::Proxy \"' + sHttpProxy + '\" \r\n'363 'Acquire::https::Proxy \"' + sHttpsProxy + '\" ',362 fRc = oTxsSession.syncUploadString('Acquire::http::Proxy \"' + sHttpProxy + '\";\n' 363 'Acquire::https::Proxy \"' + sHttpsProxy + '\";', 364 364 '/etc/apt/apt.conf.d/proxy.conf', 0o644); 365 365 if not fRc:
Note:
See TracChangeset
for help on using the changeset viewer.