From e93203f10f59a50940e3b6a4839643d3ae021385 Mon Sep 17 00:00:00 2001 From: adilger Date: Sun, 3 Jul 2005 20:56:07 +0000 Subject: [PATCH] Branch b1_4 Don't include whitespace in comparison. --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 1de6bf6..f2fc5e2 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -342,7 +342,7 @@ test_9() { start_ost start_mds CHECK_PTLDEBUG="`do_facet mds sysctl portals.debug | cut -d= -f2`" - if [ "$CHECK_PTLDEBUG" = "3" ]; then + if [ $CHECK_PTLDEBUG = "3" ]; then echo "lconf --debug success" else echo "lconf --debug: want 3, have $CHECK_PTLDEBUG" -- 1.8.3.1