lua: include /opt/local/lib and /opt/local/include in the search path on mac os x
[project/uci.git] / test / tests.d / 000_import
1 test_import ()
2 {
3         ${UCI} import < ${REF_DIR}/import.data
4         assertSameFile ${REF_DIR}/import.result ${CONFIG_DIR}/import
5 }