example/* change failures so the record as skipped tests when running 'make check'.

This commit is contained in:
rocky
2009-12-26 17:25:05 +01:00
parent cb35e2877c
commit f180cae22d
9 changed files with 17 additions and 29 deletions

View File

@@ -84,7 +84,7 @@ main(int argc, const char *argv[])
if (NULL == p_cdio) {
printf("Couldn't find CD\n");
return 1;
return 77;
} else {
print_disc_info(p_cdio, i_tracks, i_first_track);
}