Commit cfaefa84 by Stéphane Graber

tests: Don't fail when HOME isn't defined

parent 8a7b9a18
...@@ -31,7 +31,7 @@ which newuidmap >/dev/null 2>&1 || { echo "'newuidmap' command is missing" >&2; ...@@ -31,7 +31,7 @@ which newuidmap >/dev/null 2>&1 || { echo "'newuidmap' command is missing" >&2;
DONE=0 DONE=0
cleanup() { cleanup() {
cd cd /
run_cmd lxc-stop -n c1 -k run_cmd lxc-stop -n c1 -k
pkill -u $(id -u $TUSER) -9 pkill -u $(id -u $TUSER) -9
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment