mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 18:40:17 +00:00
Removed duplicate test return value.
This commit is contained in:
parent
20f449c3e8
commit
f3e304ec40
@ -28,7 +28,7 @@
|
||||
*
|
||||
* 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);
|
||||
}
|
||||
if(total_read != APPEND_BYTES) {
|
||||
FAIL(-35);
|
||||
FAIL(-36);
|
||||
}
|
||||
cfs_close(afd);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user