allow "-" in package names
[project/uci.git] / test / tests.d / 000_import
index a8a250c..45a1448 100644 (file)
@@ -1,5 +1,5 @@
 test_import ()
 {
        ${UCI} import < ${REF_DIR}/import.data
-       assertSameFile ${REF_DIR}/import.result ${CONFIG_DIR}/import
+       assertSameFile ${REF_DIR}/import.result ${CONFIG_DIR}/import-test
 }