Skip to content

Commit

Permalink
testsuite: add mkdir test for seccomp errno
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 committed Sep 8, 2021
1 parent 7300f4d commit 4624c75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testsuite/helloworld/tests/sandbox_py3_mkdir/helloworld.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import os
os.mkdir('test')
6 changes: 6 additions & 0 deletions testsuite/helloworld/tests/sandbox_py3_mkdir/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: PY3
time: 2
memory: 65536
source: helloworld.py
expect: IR
feedback: PermissionError

0 comments on commit 4624c75

Please sign in to comment.