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:
e339407
)
Drop test cases for deprecated ucimap-example.
author
Yousong Zhou
<yszhou4tech@gmail.com>
Thu, 6 Nov 2014 20:21:45 +0000
(
04:21
+0800)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 25 Nov 2014 10:40:53 +0000
(11:40 +0100)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
test/tests.d/060-ucimap_example
[deleted file]
patch
|
blob
|
history
diff --git
a/test/tests.d/060-ucimap_example
b/test/tests.d/060-ucimap_example
deleted file mode 100644
(file)
index
984726b
..0000000
--- a/
test/tests.d/060-ucimap_example
+++ /dev/null
@@
-1,9
+0,0 @@
-test_ucimap_example()
-{
- rm -rf ./save
- ( cd ..; ./ucimap-example -s ) > "${TMP_DIR}/ucimap_example.result"
- assertSameFile "${TMP_DIR}/ucimap_example.result" "${REF_DIR}/ucimap_example_1.result"
- ( cd ..; ./ucimap-example -s ) > "${TMP_DIR}/ucimap_example.result"
- assertSameFile "${TMP_DIR}/ucimap_example.result" "${REF_DIR}/ucimap_example_2.result"
- rm -rf ./save
-}