Fix bracket spacing in runtest script
authorSean Gillespie <segilles@microsoft.com>
Tue, 14 Jun 2016 17:40:21 +0000 (10:40 -0700)
committerSean Gillespie <segilles@microsoft.com>
Tue, 14 Jun 2016 17:40:21 +0000 (10:40 -0700)
tests/runtest.sh

index 2c29867..d326e4e 100755 (executable)
@@ -907,12 +907,12 @@ if [ -d $mscorlibDir/bin ]; then
     cp $mscorlibDir/bin/* $mscorlibDir
 fi
 
-if [ ! -z "$longgc"]; then
+if [ ! -z "$longgc" ]; then
     echo "Running Long GC tests"
     export RunningLongGCTests=1
 fi
 
-if [ ! -z "$gcsimulator"]; then
+if [ ! -z "$gcsimulator" ]; then
     echo "Running GC simulator tests"
     export RunningGCSimulatorTests=1
 fi