X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Flib%2Ftest_dwarf.c;h=61b102ebfe991778238262226a182d6f3f60e4b0;hp=cee2d4463ebfec36309ac15bcd401dbb45fd54ca;hb=a1a328b04aaf2e0d1b211bbd939c2d11a1d8643e;hpb=c3a1997ea20bfa7023fa5034530b9bd7965a6561 diff --git a/tests/lib/test_dwarf.c b/tests/lib/test_dwarf.c index cee2d446..61b102eb 100644 --- a/tests/lib/test_dwarf.c +++ b/tests/lib/test_dwarf.c @@ -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);