summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/eglibc/eglibc-testing.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-testing.inc b/meta/recipes-core/eglibc/eglibc-testing.inc
index c30409fb94..a5ce773bfc 100644
--- a/meta/recipes-core/eglibc/eglibc-testing.inc
+++ b/meta/recipes-core/eglibc/eglibc-testing.inc
@@ -47,7 +47,7 @@ then
47 echo "Please specify the target machine and remote user in form of user@target" 47 echo "Please specify the target machine and remote user in form of user@target"
48 exit 1; 48 exit 1;
49fi 49fi
50ssh \$target ls \$PWD\ >& /dev/null 50ssh \$target ls \$PWD\ 2>&1 > /dev/null
51if [ "x\$?" != "x0" ] 51if [ "x\$?" != "x0" ]
52then 52then
53 echo "Failed connecting to \$target it could be because of:" 53 echo "Failed connecting to \$target it could be because of:"