summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2014-11-07 04:21:45 +0800
committerFelix Fietkau <nbd@openwrt.org>2014-11-25 11:40:53 +0100
commit39d4d8f96099e22cba821736b584628df1810838 (patch)
treee4f41cf7f0545f21f7f0d35021f52eb90123de06
parente339407372ffc70b1451e4eda218c01aa95a6a7f (diff)
downloaduci-39d4d8f96099e22cba821736b584628df1810838.tar.gz
Drop test cases for deprecated ucimap-example.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
-rw-r--r--test/tests.d/060-ucimap_example9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/tests.d/060-ucimap_example b/test/tests.d/060-ucimap_example
deleted file mode 100644
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
-}