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/mem-snap
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/mem-snap')
-rwxr-xr-xtest/others/mem-snap/run-predump-2.sh2
-rwxr-xr-xtest/others/mem-snap/run-predump.sh2
-rwxr-xr-xtest/others/mem-snap/run-snap-auto-dedup.sh2
-rwxr-xr-xtest/others/mem-snap/run-snap-dedup-on-restore.sh2
-rwxr-xr-xtest/others/mem-snap/run-snap-dedup.sh2
-rwxr-xr-xtest/others/mem-snap/run-snap-maps04.sh2
-rwxr-xr-xtest/others/mem-snap/run-snap.sh2
7 files changed, 7 insertions, 7 deletions
diff --git a/test/others/mem-snap/run-predump-2.sh b/test/others/mem-snap/run-predump-2.sh
index 809612e67..aa115fc99 100755
--- a/test/others/mem-snap/run-predump-2.sh
+++ b/test/others/mem-snap/run-predump-2.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-source ../../env.sh || exit 1
+source ../env.sh || exit 1
function fail {
echo "$@"
diff --git a/test/others/mem-snap/run-predump.sh b/test/others/mem-snap/run-predump.sh
index 073784a87..aba3e710f 100755
--- a/test/others/mem-snap/run-predump.sh
+++ b/test/others/mem-snap/run-predump.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-source ../../env.sh || exit 1
+source ../env.sh || exit 1
USEPS=0
diff --git a/test/others/mem-snap/run-snap-auto-dedup.sh b/test/others/mem-snap/run-snap-auto-dedup.sh
index c0d87792e..026208bcc 100755
--- a/test/others/mem-snap/run-snap-auto-dedup.sh
+++ b/test/others/mem-snap/run-snap-auto-dedup.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-source ../../env.sh || exit 1
+source ../env.sh || exit 1
USEPS=0
diff --git a/test/others/mem-snap/run-snap-dedup-on-restore.sh b/test/others/mem-snap/run-snap-dedup-on-restore.sh
index 5821d8a68..1e0078018 100755
--- a/test/others/mem-snap/run-snap-dedup-on-restore.sh
+++ b/test/others/mem-snap/run-snap-dedup-on-restore.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-source ../../env.sh || exit 1
+source ../env.sh || exit 1
USEPS=0
diff --git a/test/others/mem-snap/run-snap-dedup.sh b/test/others/mem-snap/run-snap-dedup.sh
index f59342e6e..5a1b9e4cf 100755
--- a/test/others/mem-snap/run-snap-dedup.sh
+++ b/test/others/mem-snap/run-snap-dedup.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-source ../../env.sh || exit 1
+source ../env.sh || exit 1
USEPS=0
diff --git a/test/others/mem-snap/run-snap-maps04.sh b/test/others/mem-snap/run-snap-maps04.sh
index 97c493958..71a59b229 100755
--- a/test/others/mem-snap/run-snap-maps04.sh
+++ b/test/others/mem-snap/run-snap-maps04.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-source ../../env.sh || exit 1
+source ../env.sh || exit 1
USEPS=0
diff --git a/test/others/mem-snap/run-snap.sh b/test/others/mem-snap/run-snap.sh
index 6aca4d971..ddf02b579 100755
--- a/test/others/mem-snap/run-snap.sh
+++ b/test/others/mem-snap/run-snap.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-source ../../env.sh || exit 1
+source ../env.sh || exit 1
USEPS=0