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:06:57 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-02-29 11:35:26 +0300
commitf6d9d8d41a725198583743603735befa09078fc7 (patch)
treee74051392216f0c231c46a5e034bc91c402c55cb /test/others/libcriu
parenteb49e69d990712cedaf90e557e0f707cd748a068 (diff)
tests: move app-emu in test/others/
Signed-off-by: Andrew Vagin <avagin@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'test/others/libcriu')
-rwxr-xr-xtest/others/libcriu/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/others/libcriu/run.sh b/test/others/libcriu/run.sh
index f7b3b68ff..a99b91e52 100755
--- a/test/others/libcriu/run.sh
+++ b/test/others/libcriu/run.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -x
-source ../../env.sh || exit 1
+source ../env.sh || exit 1
echo "== Clean"
make clean