From 09ebc7087b0ebcfbb6346fdcc31599c926ac3e2a Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Tue, 19 Feb 2013 10:55:50 +0530 Subject: tests: Add spaces around '=' in a string comparision in TEST primitive BUG: 764966 Change-Id: I2da197bdddb4a4d098ebb044410e21ced4dbd806 Signed-off-by: Kaushal M Reviewed-on: http://review.gluster.org/4618 Reviewed-by: Jeff Darcy Tested-by: Gluster Build System --- tests/include.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/include.rc b/tests/include.rc index 5d9c96cea..938207e58 100644 --- a/tests/include.rc +++ b/tests/include.rc @@ -102,7 +102,7 @@ function _TEST() test_header "$@"; - if [ "$1"="!" ]; then + if [ "$1" = "!" ]; then redirect="2>&1" fi -- cgit