]> pilppa.org Git - uci.git/blob - test/tests.d/000_import
fix possible uninitialized warning from gcc 4.92
[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 }