diff options
| -rwxr-xr-x | tests/basic/0symbol-check.t | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/0symbol-check.t b/tests/basic/0symbol-check.t index d5b2ac4be86..69485a516af 100755 --- a/tests/basic/0symbol-check.t +++ b/tests/basic/0symbol-check.t @@ -22,7 +22,7 @@ else          # might be in developer's tree          if [ -d ./libglusterfs/src/.libs ]; then                  buildscratch="." -        elif [ -d ../libglusterfs/src/.libs]; then +        elif [ -d ../libglusterfs/src/.libs ]; then                  buildscratch=".."          fi  fi  | 
