From f0fa8cd8194ce08c4447edb4d0cbfb680a8445ed Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Mon, 8 Jun 2015 19:10:41 +0100 Subject: [PATCH] Fix ci usr-from-host test bail out typo. --- tests/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test b/tests/test index e947706..a61f289 100755 --- a/tests/test +++ b/tests/test @@ -24,7 +24,7 @@ if [ $(basename $(sudo readlink /proc/1/exe)) == systemd ] ; then fi STAGE1_SRC_FROM_HOST=0 -if tar xOvf ../bin/stage1.aci ./manifest|grep -q usr-from-host ; then +if tar xOvf ../bin/stage1.aci manifest|grep -q usr-from-host ; then STAGE1_SRC_FROM_HOST=1 fi