test: move shunit2 tests under standalone subdirectory
[project/uci.git] / test / tests.d / 010_export
diff --git a/test/tests.d/010_export b/test/tests.d/010_export
deleted file mode 100644 (file)
index 584bcc8..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-test_export ()
-{
-       cp ${REF_DIR}/export.data ${CONFIG_DIR}/export
-
-       ${UCI_Q} export nilpackage
-       assertFalse $?
-
-       ${UCI_Q} export export 1>/dev/null 2>&1
-       assertTrue $?
-
-       ${UCI} export > ${TMP_DIR}/export.result
-       assertTrue $?
-       assertSameFile ${REF_DIR}/export.result ${TMP_DIR}/export.result
-}