test/telemetry: fix typo at beginning of line
[dpdk.git] / devtools / test-null.sh
index f39af2c..fa194f0 100755 (executable)
@@ -21,7 +21,7 @@ fi
 
 if ldd $testpmd | grep -q librte_ ; then
        export LD_LIBRARY_PATH=$build/lib:$LD_LIBRARY_PATH
-       libs='-d librte_mempool_ring.so -d librte_pmd_null.so'
+       libs="-d $build/drivers"
 else
        libs=
 fi