Skip to content

Commit 8a81d5f

Browse files
committed
Merge branch 'js/t3404-grammo-fix' into maint
Grammofix. * js/t3404-grammo-fix: t3404: fix a grammo (commands are ran -> commands are run)
2 parents dcfb9d7 + fa90ab4 commit 8a81d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3404-rebase-interactive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test_expect_success 'setup' '
6060
test_commit P fileP
6161
'
6262

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

0 commit comments

Comments
 (0)