Don't use the .so extension on test assets
[babeltrace.git] / tests / lib / test_dwarf.c
index cee2d4463ebfec36309ac15bcd401dbb45fd54ca..61b102ebfe991778238262226a182d6f3f60e4b0 100644 (file)
@@ -40,7 +40,7 @@ void test_bt_dwarf(const char *data_dir)
        struct bt_dwarf_die *die = NULL;
        Dwarf *dwarf_info = NULL;
 
-       snprintf(path, PATH_MAX, "%s/libhello.so", data_dir);
+       snprintf(path, PATH_MAX, "%s/libhello_so", data_dir);
 
        fd = open(path, O_RDONLY);
        ok(fd >= 0, "Open DWARF file %s", path);
This page took 0.023201 seconds and 4 git commands to generate.