mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
tests - fix typo in LinuxTest
This commit is contained in:
parent
f47ab0adc5
commit
0294064532
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class LinuxTest(Test) :
|
|||
proc = run("sudo chown -R root:root /tmp/bw-data", shell=True)
|
||||
if proc.returncode != 0 :
|
||||
raise(Exception("chown failed (autoconf stack)"))
|
||||
if isdir("/tmp/linux")
|
||||
if isdir("/tmp/linux") :
|
||||
rmdir("/tmp/linux")
|
||||
mkdir("/tmp/linux")
|
||||
chmod("/tmp/linux", 0o0777)
|
||||
|
|
|
|||
Loading…
Reference in a new issue