From d801868006f94acc6e3313332c55331710171172 Mon Sep 17 00:00:00 2001 From: jakob Date: Sun, 10 Sep 2017 14:12:54 -0400 Subject: Initial invocation of _dl_open in the RTLD --- tests/test_process.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/test_process.py (limited to 'tests/test_process.py') 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") -- cgit v1.3