5 lines
121 B
Text
5 lines
121 B
Text
|
|
test_import ()
|
||
|
|
{
|
||
|
|
${UCI} import < ${REF_DIR}/import.data
|
||
|
|
assertSameFile ${REF_DIR}/import.result ${CONFIG_DIR}/import
|
||
|
|
}
|