aboutsummaryrefslogtreecommitdiff
path: root/Tools/tests-host/sf0x_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/tests-host/sf0x_test.cpp')
-rw-r--r--Tools/tests-host/sf0x_test.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/Tools/tests-host/sf0x_test.cpp b/Tools/tests-host/sf0x_test.cpp
index ebc893b60..6b98c2427 100644
--- a/Tools/tests-host/sf0x_test.cpp
+++ b/Tools/tests-host/sf0x_test.cpp
@@ -58,11 +58,7 @@ int main(int argc, char *argv[]) {
}
- if (ret == EOF) {
- warnx("Test finished, reached end of file");
- } else {
- warnx("Test aborted, errno: %d", ret);
- }
+ warnx("test finished");
return ret;
}