X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fust-elf%2Fprog.c;h=85b9c3474b7edcafb57ce709bff4d32aa674b5b6;hb=bb4f2490384dfe242c89c9b4fcefaf4beb22c58b;hp=5090bcf75da26912f4972e86a606c581a8a79f4a;hpb=8d8a8c5c04302d2c33face8a9f8f4c5d9c6299fd;p=deliverable%2Flttng-ust.git diff --git a/tests/ust-elf/prog.c b/tests/ust-elf/prog.c index 5090bcf7..85b9c347 100644 --- a/tests/ust-elf/prog.c +++ b/tests/ust-elf/prog.c @@ -103,7 +103,7 @@ void test_elf(const char *test_dir, const char *arch, uint64_t exp_memsz, &has_debug_link); ok(ret == 0, "lttng_ust_elf_get_debug_link returned successfully"); ok(has_debug_link == 1, "debug link marked as found"); - ok(strcmp(dbg_file, DBG_FILE) == 0, + ok(dbg_file && strcmp(dbg_file, DBG_FILE) == 0, "debug link filename - expected: %s, got: %s", DBG_FILE, dbg_file); ok(crc == exp_crc,