summaryrefslogtreecommitdiff
path: root/tests/port
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-16 17:10:54 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-16 17:10:54 +0100
commit3e519439f5483808a59a4a492528b35a698167cd (patch)
treee8bc0c38293189168e2257a04b5820348e72d50c /tests/port
parenta10602d7b29336460e50bd50d683321595f0aada (diff)
downloadwolfbones-3e519439f5483808a59a4a492528b35a698167cd.tar.gz
wolfbones-3e519439f5483808a59a4a492528b35a698167cd.tar.bz2
small fixes around port tests
Diffstat (limited to 'tests/port')
-rw-r--r--tests/port/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/port/GNUmakefile b/tests/port/GNUmakefile
index 0d4f0bb..74e16cf 100644
--- a/tests/port/GNUmakefile
+++ b/tests/port/GNUmakefile
@@ -20,6 +20,6 @@ local_distclean:
local_test: all
@echo "Testing strdup.."
- @./test_strdup
+ @./test_strdup >/dev/null
@echo "Testing strerror_r..."
- @./test_strerror_r
+ @./test_strerror_r >/dev/null