Initial commit
This commit is contained in:
commit
4eef3a1d5a
153 changed files with 178754 additions and 0 deletions
6
lib/uci/test/tests.d/010_export
Normal file
6
lib/uci/test/tests.d/010_export
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
test_export ()
|
||||
{
|
||||
cp ${REF_DIR}/export.data ${CONFIG_DIR}/export
|
||||
${UCI} export > ${TMP_DIR}/export.result
|
||||
assertSameFile ${REF_DIR}/export.result ${TMP_DIR}/export.result
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue