diff options
| author | jakob <jakob@memeware.net> | 2017-09-10 14:12:54 -0400 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-09-10 14:12:54 -0400 |
| commit | d801868006f94acc6e3313332c55331710171172 (patch) | |
| tree | 9748047178f5503b198d52d07db75ded2e95c73c /tests | |
| parent | 81e47a4dba4a44624ec56708c1655206ae19cbfc (diff) | |
Initial invocation of _dl_open in the RTLD
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_process.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_process.py b/tests/test_process.py new file mode 100644 index 0000000..276f6f5 --- /dev/null +++ b/tests/test_process.py @@ -0,0 +1,5 @@ +from hypodermic.process import Process + + +def test_create_process(): + p = Process(path="/bin/ls") |