summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2014-12-16 15:00:08 +0800
committerFelix Fietkau <nbd@openwrt.org>2014-12-18 12:38:15 +0100
commit5086ffb40bd77dd14ce78534b38a86fe371aadb8 (patch)
tree51d8d4a8d520bac4a0026806d57c807cc67648f6
parent69d1b47b269deca6435cbdc09ed384fefb5882fa (diff)
downloaduci-5086ffb40bd77dd14ce78534b38a86fe371aadb8.tar.gz
tests: remove straying echo in 020_get.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
-rw-r--r--test/tests.d/020_get1
1 files changed, 0 insertions, 1 deletions
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"
}