summaryrefslogtreecommitdiff
path: root/tests/test_process.py
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-09-10 14:12:54 -0400
committerjakob <jakob@memeware.net>2017-09-10 14:12:54 -0400
commitd801868006f94acc6e3313332c55331710171172 (patch)
tree9748047178f5503b198d52d07db75ded2e95c73c /tests/test_process.py
parent81e47a4dba4a44624ec56708c1655206ae19cbfc (diff)
Initial invocation of _dl_open in the RTLD
Diffstat (limited to 'tests/test_process.py')
-rw-r--r--tests/test_process.py5
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")