From: Yousong Zhou Date: Tue, 16 Dec 2014 07:00:08 +0000 (+0800) Subject: tests: remove straying echo in 020_get. X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=commitdiff_plain;h=5086ffb40bd77dd14ce78534b38a86fe371aadb8 tests: remove straying echo in 020_get. Signed-off-by: Yousong Zhou --- 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" }