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

@@ -1,7 +1,5 @@
/*
$Id: mmc2.c,v 1.8 2008/03/24 15:30:56 karl Exp $
Copyright (C) 2004, 2005, 2008 Rocky Bernstein <rocky@gnu.org>
Copyright (C) 2004, 2005, 2008, 2009 Rocky Bernstein <rocky@gnu.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -44,7 +42,7 @@ main(int argc, const char *argv[])
if (NULL == p_cdio) {
printf("Couldn't find CD\n");
return 1;
return 77;
} else {
int i_status; /* Result of MMC command */
uint8_t buf[500] = { 0, }; /* Place to hold returned data */