X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=test%2Ftests.d%2F000_import;fp=test%2Ftests.d%2F000_import;h=a8a250c52f80ece18b03af20382198fa5f7a7578;hp=0000000000000000000000000000000000000000;hb=a51c515dc1cdf93edb89484238259c941da8f3b6;hpb=c1684cd213ebc7b0064f9dfe536b5d5283a18ef4 diff --git a/test/tests.d/000_import b/test/tests.d/000_import new file mode 100644 index 0000000..a8a250c --- /dev/null +++ b/test/tests.d/000_import @@ -0,0 +1,5 @@ +test_import () +{ + ${UCI} import < ${REF_DIR}/import.data + assertSameFile ${REF_DIR}/import.result ${CONFIG_DIR}/import +}