}
if (STRNEQ_NULLABLE(exp_cmd, actual_cmd)) {
- virTestDifference(stderr,
- NULLSTR(exp_cmd),
- NULLSTR(actual_cmd));
+ virTestDifference(stderr, exp_cmd, actual_cmd);
return -1;
}
}
if (STRNEQ_NULLABLE(info->exp_cmd, actual_cmd)) {
- virTestDifference(stderr,
- NULLSTR(info->exp_cmd),
- NULLSTR(actual_cmd));
+ virTestDifference(stderr, info->exp_cmd, actual_cmd);
return -1;
}
}
if (STRNEQ_NULLABLE(info->exp_cmd, actual_cmd)) {
- virTestDifference(stderr,
- NULLSTR(info->exp_cmd),
- NULLSTR(actual_cmd));
+ virTestDifference(stderr, info->exp_cmd, actual_cmd);
return -1;
}