Fix up all use of /dev/stderr for portability to busybox /bin/sh
[ust.git] / tests / valgrind_ust-consumerd.sh
index 856808bb7d954ac2a5be4a4f64fd1814f76dc124..7dd66681db666dfe689b1f4f72ab842c9a56dd75 100755 (executable)
@@ -25,7 +25,7 @@ source $TESTDIR/tap.sh
 starttest "ust-consumerd valgrind check"
 
 if ! which valgrind > /dev/null; then
-    echo "$0: Valgrind not found on the system." >/dev/stderr
+    echo "$0: Valgrind not found on the system." 1>&2
     exit 1;
 fi
 
This page took 0.022594 seconds and 4 git commands to generate.