]> git.meshlink.io Git - meshlink/blobdiff - test/basicpp.cpp
Fix the basicpp test.
[meshlink] / test / basicpp.cpp
index 3a0c75ac016fd4db7a5bf25a26c93b55be0e4246..c52e2ddbb3014827108b302330ddbdcfc5a11aff 100644 (file)
@@ -47,7 +47,7 @@ int main(int argc, char *argv[]) {
 
        // Check that the name is ignored now, and that we still are "foo".
 
-       mesh.open("basic_conf", "bar", "basicpp", DEV_CLASS_BACKBONE);
+       mesh.open("basicpp_conf", "bar", "basicpp", DEV_CLASS_BACKBONE);
 
        if(mesh.get_node("bar")) {
                cerr << "Foo knows about bar, it shouldn't\n";