Removed duplicate test return value.
This commit is contained in:
parent
20f449c3e8
commit
f3e304ec40
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: test-coffee.c,v 1.11 2009/05/04 22:09:52 nvt-se Exp $
|
* $Id: test-coffee.c,v 1.12 2009/09/17 14:32:57 nvt-se Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -297,7 +297,7 @@ coffee_file_test(void)
|
||||||
FAIL(-35);
|
FAIL(-35);
|
||||||
}
|
}
|
||||||
if(total_read != APPEND_BYTES) {
|
if(total_read != APPEND_BYTES) {
|
||||||
FAIL(-35);
|
FAIL(-36);
|
||||||
}
|
}
|
||||||
cfs_close(afd);
|
cfs_close(afd);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue