Skip to content

Commit

Permalink
tests: Don't fail when HOME isn't defined
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
  • Loading branch information
stgraber committed Jun 14, 2014
1 parent 05c2acb commit 4515adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/lxc-test-unpriv
Expand Up @@ -31,7 +31,7 @@ which newuidmap >/dev/null 2>&1 || { echo "'newuidmap' command is missing" >&2;

DONE=0
cleanup() {
cd
cd /

run_cmd lxc-stop -n c1 -k
pkill -u $(id -u $TUSER) -9
Expand Down

0 comments on commit 4515adc

Please sign in to comment.