t3404: fix a grammo (commands are ran -> commands are run)

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Johannes Schindelin 2016-06-29 16:31:03 +02:00 committed by Junio C Hamano
parent cd035b1cef
commit fa90ab4a45

View file

@ -64,7 +64,7 @@ test_expect_success 'setup' '
done
'
# "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. Unseting SHELL avoids such non-portable behavior
# in tests.