Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Vagin <avagin@virtuozzo.com>2016-02-27 02:07:00 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-02-29 11:35:32 +0300
commit17018b3c186e5d32a4fa49c244640ddd3de40e83 (patch)
tree4c8e039b850dd0cc94a5ec31319127877ddabbe3 /test/others/env.sh
parentee3bea7b88a66bc2d0e62009297d484771507418 (diff)
tests/others: a few fixes of paths
Signed-off-by: Andrew Vagin <avagin@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'test/others/env.sh')
-rwxr-xr-xtest/others/env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/others/env.sh b/test/others/env.sh
index 4fe030a7a..c211ed44a 100755
--- a/test/others/env.sh
+++ b/test/others/env.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-CRIU=$(readlink -f `dirname ${BASH_SOURCE[0]}`/../criu/criu)
+CRIU=$(readlink -f `dirname ${BASH_SOURCE[0]}`/../../criu/criu)
criu=$CRIU