summaryrefslogtreecommitdiff
path: root/tests/runtest.sh
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2017-04-28 18:54:48 -0700
committerGitHub <noreply@github.com>2017-04-28 18:54:48 -0700
commit149d48812c8be8fcc14c7c211a9977d67e221dcb (patch)
treeaa38dfb1adf5e260a295c2d235cfbb6bf113f10e /tests/runtest.sh
parent2dd21f2fcee8eb7d1978b59b87e6d7cdc3b6bb83 (diff)
downloadcoreclr-149d48812c8be8fcc14c7c211a9977d67e221dcb.tar.gz
coreclr-149d48812c8be8fcc14c7c211a9977d67e221dcb.tar.bz2
coreclr-149d48812c8be8fcc14c7c211a9977d67e221dcb.zip
Update runtest.sh
Update if statement
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index 6a5d5ed132..8291ad4383 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -407,7 +407,7 @@ function precompile_overlay_assemblies {
$overlayDir/crossgen /Platform_Assemblies_Paths $overlayDir $filename 1> $filename.stdout 2>$filename.stderr
local exitCode=$?
if [[ $exitCode != 0 ]]; then
- if [ grep -q -e '0x80131018' $filename.stderr ]; then
+ if grep -q -e '0x80131018' $filename.stderr; then
printf "\n\t$filename is not a managed assembly.\n\n"
else
echo Unable to precompile $filename.