Merge branch 'js/t3404-grammo-fix' into maint

Grammofix.

* js/t3404-grammo-fix:
  t3404: fix a grammo (commands are ran -> commands are run)
maint
Junio C Hamano 2016-07-28 11:25:58 -07:00
commit 8a81d5f5f8
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ test_expect_success 'setup' '
test_commit P fileP
'

# "exec" commands are ran with the user shell by default, but this may
# "exec" commands are run with the user shell by default, but this may
# be non-POSIX. For example, if SHELL=zsh then ">file" doesn't work
# to create a file. Unsetting SHELL avoids such non-portable behavior
# in tests. It must be exported for it to take effect where needed.