mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-13 06:02:11 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import subprocess32
|
||||
|
||||
output = subprocess32.check_output(["ls", "-l", "/dev/null"])
|
||||
print(output)
|
||||
assert("/dev/null" in output)
|
||||
assert("No such" not in output)
|
||||
Reference in New Issue
Block a user