Signed-off-by: Matt Helsley <[email protected]>
Cc: [email protected]
---
 futex/run.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/futex/run.sh b/futex/run.sh
index 305f9d1..e54c228 100755
--- a/futex/run.sh
+++ b/futex/run.sh
@@ -51,7 +51,7 @@ while [ $CURTEST -lt $NUMTESTS ]; do
                sleep 1
        done
        freeze
-       ckpt $TEST_PID > checkpoint-$T
+       ckpt ${TEST_PID} > checkpoint-${T}
        thaw
        touch "./checkpoint-done"
        wait ${TEST_PID}
@@ -69,7 +69,7 @@ while [ $CURTEST -lt $NUMTESTS ]; do
        fi
 
        # now try restarting
-       $MKTREE -p --copy-status < checkpoint-$T
+       ${MKTREE} -p --copy-status < checkpoint-${T}
        retval=$?
        echo "Restart of test ${T} done, returned $retval"
        if [ $retval -ne 0 ]; then
-- 
1.5.6.3


_______________________________________________
Containers mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/containers

_______________________________________________
Devel mailing list
[email protected]
https://openvz.org/mailman/listinfo/devel

Reply via email to