diff --git a/test/criu.py b/test/criu.py deleted file mode 120000 index 662608498..000000000 --- a/test/criu.py +++ /dev/null @@ -1 +0,0 @@ -../lib/py/criu.py \ No newline at end of file diff --git a/test/pycriu b/test/pycriu new file mode 120000 index 000000000..d13a8790a --- /dev/null +++ b/test/pycriu @@ -0,0 +1 @@ +../lib/py/ \ No newline at end of file diff --git a/test/rpc_pb2.py b/test/rpc_pb2.py deleted file mode 120000 index 49648aef7..000000000 --- a/test/rpc_pb2.py +++ /dev/null @@ -1 +0,0 @@ -../lib/py/rpc_pb2.py \ No newline at end of file diff --git a/test/zdtm.py b/test/zdtm.py index f594cd6f5..8ea6cc8eb 100755 --- a/test/zdtm.py +++ b/test/zdtm.py @@ -20,7 +20,7 @@ import fcntl import errno import datetime import yaml -import criu as crpc +import pycriu as crpc os.chdir(os.path.dirname(os.path.abspath(__file__)))