TcScript.__create(): TODO: Use transfer.put()

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2023-02-23 14:52:43 +01:00
commit 817ac6aef1

View file

@ -23,6 +23,7 @@ class TcScript(TestCase): # export
self.support_files = support_files
self.show_files = show_files
# TODO: Use transfer.put()
async def __create(self, console, path, contents, mode=None):
lines = [
'cat > "{}"\n'.format(path),