Skip to content

Commit 506b706

Browse files
committed
Actually make it in tmp
1 parent 7463222 commit 506b706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def test_filepaths():
200200
def populated_device(device, test_filepaths):
201201
dirpath = "toplevel/subdir1/subdir2"
202202

203-
device.shell(f"mkdir -p {dirpath}")
203+
device.shell(f"mkdir -p /data/local/tmp/{dirpath}")
204204
print(device.shell(f"ls /data/local/tmp"))
205205
for path in test_filepaths:
206206
device.shell(f"echo {path} > /data/local/tmp/{path}")

0 commit comments

Comments
 (0)