Skip to content

Commit

Permalink
Fixed formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
IlayRosenberg committed Jan 21, 2022
1 parent d2db120 commit 4af0de0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/shell.py
Expand Up @@ -124,8 +124,10 @@ def msize(path):
w.write('0')
os.utime(path, (0, 0))


def mount_tmpfs(path):
os.system(f'mount -t tmpfs none {path}')


def unmount(path):
os.system(f'umount {path}')

0 comments on commit 4af0de0

Please sign in to comment.