From e8e7dfbdf1912b36fc780210d5cd17855a846f57 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 23 Dec 2018 00:09:05 +0100 Subject: [PATCH] tests: cleanup skip message of node-infiniband test --- tests/integration/node-infiniband.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/node-infiniband.sh b/tests/integration/node-infiniband.sh index ed855ce60..e73444c9c 100755 --- a/tests/integration/node-infiniband.sh +++ b/tests/integration/node-infiniband.sh @@ -24,7 +24,7 @@ # Check if tools are present if ! command -v lspci; then - echo "lspci tool is missing" + echo "'lspci' tool is missing" exit 99 fi