diff --git a/debian/tests/build b/debian/tests/build
index bec80e5dbb7e9ffdf5c7ae321576794b8b121fce..20cafe697435365b84aa560432bd69d2b8ee3819 100755
--- a/debian/tests/build
+++ b/debian/tests/build
@@ -22,5 +22,7 @@ EOF
 g++ -o visptest visptest.cpp `pkg-config --cflags --libs visp`
 echo "build: OK"
 [ -x visptest ]
-./visptest
+# often prints "libdc1394 error: Failed to initialize libdc1394" to stderr,
+# avoid test failure due to that
+./visptest 2>&1
 echo "run: OK"