projects
/
oweals
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d1b47
)
tests: remove straying echo in 020_get.
author
Yousong Zhou
<yszhou4tech@gmail.com>
Tue, 16 Dec 2014 07:00:08 +0000
(15:00 +0800)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 18 Dec 2014 11:38:15 +0000
(12:38 +0100)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
test/tests.d/020_get
patch
|
blob
|
history
diff --git
a/test/tests.d/020_get
b/test/tests.d/020_get
index 7fd30ba3117c6697d603e8c884b00fe7da7e1f5b..630d84d9df8c3961d2f33f9503bfc246046ab764 100644
(file)
--- 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"
}