From patchwork Mon Jun 4 19:50:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 1793 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 486FB60603 for ; Mon, 4 Jun 2018 11:51:02 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id D006511332C8; Mon, 4 Jun 2018 10:51:01 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1528105861; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=jmOzXQRA8xk8IQTxvbCIzFdzg6Wb3oTHm7f2LyvPjYQ=; b=BuGKaRRkGk0pLESOwqM48ETd2/d/gj+RQGo9mC0XQhxaP8J98iCWMLey7lJ+fwDTKHhCGF Hbn8z1D+rtNluwAXY2sPQwgArZypdEH5Dd/5YYh7tgUJHSz9kIuxkia0nvU5zDe1DzGF1s 834QbI7BVkhLHBLS8pl2kc2tyM0Z2w31Om+9JNe9NLNZ7na1XqweK8Ml8f9x88vCxYmaBf lVKcAJVnNZJJF7rpEhHmOWUOHvR4sEshLL+PhDbU4vruSZ8EHi674vde1iZQwyf6FioNSl 6CFRy3MI5U7zilHAOxNYa3isA5ZYhfeN9CgTymFmG5oIRKqdVsmSMXcH7SG8Aw== Received: from bockland.local.familyschlag (unknown [10.172.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4CA0A10D19C7; Mon, 4 Jun 2018 10:50:59 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1528105859; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=jmOzXQRA8xk8IQTxvbCIzFdzg6Wb3oTHm7f2LyvPjYQ=; b=1Pm051yS7jxp0HdlthBaXZiGyjH8iedcPFikGj/9rssjNj1LSv1UXoTG86tna4J2GNa9lH 4POQ/hW/5N3a9UNli+ujOXJC5jRn7KMDypYfzWnndIY896ShAfUt8QykeWOCENoZq7Wasp 1O03r377RZ+ErkhmxfrVSU2iLpnulBFv3ijoJaMltuOYmUjahVOr3g5Tgwj8tgKG1N4AG/ Pg8P0nn9GGFYJGGvJIspqKfnqbicNJogleQCZUfzYU33tY63nrqwZvsGG8E8mm/3Unj2LH JCaOBeAUwG/QDKWhJ5oZTCwrNl12EIN6ZLNho0+Y+L4htqp7PCmAt2D+vta33A== From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 1/3] Fix path to virtual environment of hello-world test Date: Mon, 4 Jun 2018 11:50:53 +0200 Message-Id: <20180604095055.1419-1-jonatan.schlag@ipfire.org> X-Mailer: git-send-email 2.11.0 X-BeenThere: network@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List for the network package List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: network-bounces@lists.ipfire.org Sender: "network" Signed-off-by: Jonatan Schlag --- test/nitsi/test/hello-world/settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nitsi/test/hello-world/settings b/test/nitsi/test/hello-world/settings index 27447c2..ee066ce 100644 --- a/test/nitsi/test/hello-world/settings +++ b/test/nitsi/test/hello-world/settings @@ -7,5 +7,5 @@ Copy_to = /root/ [VIRTUAL_ENVIRONMENT] Name = basic -path = ../virtual-environment/basic +path = ../../virtual-environment/basic