From patchwork Tue Dec 16 07:00:08 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yousong Zhou X-Patchwork-Id: 422459 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 37BB2140079 for ; Thu, 18 Dec 2014 13:55:52 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 1FF2128BFFC; Thu, 18 Dec 2014 03:52:13 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, DATE_IN_PAST_24_48, FREEMAIL_FROM,T_DKIM_INVALID autolearn=no version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 954572802B9 for ; Thu, 18 Dec 2014 03:51:47 +0100 (CET) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Thu, 18 Dec 2014 03:51:40 +0100 (CET) Received: by mail-pa0-f51.google.com with SMTP id ey11so408050pad.38 for ; Wed, 17 Dec 2014 18:53:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=rlkLwBsSJS9vt6AM/o/A3v7KSwiCd9EywAi2rW8JkU4=; b=zkS6LEEPFnDOmoMoH52Ghlo/M4NEU4htpG8Lq67acpGHDN0QYNuk9lQgNZwf1ripqr CLsLbKWZ/KNshLZKgGU7hIZxAqqFcCJ1Sew4p8nagiJrURBBWGydNP+DG36bR+uAeBA4 nsNrVTLDJkpUq1jPmf+VMcbBSC+BkKaA+7b2ijcUf4IYE+y6YTMtWvkOpfjU7kXejiDJ usrVEHTAe86lHrObE9zT7CU9fdpGRwqYBLuKn9Uyqt/0rPwE10PAzMwRDhgQGKFSWF9X /6GR/2GidazAEQ2am4jHkglYxD/8Yep+XXqBCC7otXMdnlbMsxu9DUJSz3mb3/u5fUX+ TrDA== X-Received: by 10.66.222.100 with SMTP id ql4mr75431185pac.123.1418871210247; Wed, 17 Dec 2014 18:53:30 -0800 (PST) Received: from debian.lan ([103.29.140.56]) by mx.google.com with ESMTPSA id oy7sm5104495pbc.88.2014.12.17.18.53.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Dec 2014 18:53:28 -0800 (PST) From: Yousong Zhou To: nbd@openwrt.org Date: Tue, 16 Dec 2014 15:00:08 +0800 Message-Id: <1418713218-16300-7-git-send-email-yszhou4tech@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1418713218-16300-1-git-send-email-yszhou4tech@gmail.com> References: <1418713218-16300-1-git-send-email-yszhou4tech@gmail.com> Cc: openwrt-devel@lists.openwrt.org Subject: [OpenWrt-Devel] [PATCH v2 06/16] tests: remove straying echo in 020_get. X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Signed-off-by: Yousong Zhou --- test/tests.d/020_get | 1 - 1 file changed, 1 deletion(-) diff --git a/test/tests.d/020_get b/test/tests.d/020_get index 7fd30ba..630d84d 100644 --- a/test/tests.d/020_get +++ b/test/tests.d/020_get @@ -35,7 +35,6 @@ test_get_option_multiline() { cp ${REF_DIR}/get_multiline.data ${CONFIG_DIR}/test value="$($UCI get test.section.opt)" - echo "$value" assertEquals '"Hello, World. '\''' "$value" }