diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-05-17 14:38:22 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-17 14:38:22 -0700 |
commit | b232439be1e836b085b29274705355c7681b516e (patch) | |
tree | 881d34965b68e26bb39426ec4b6604d0d075342b | |
parent | 2049e7e19a1610bb1d05d926b355e4ec1448f598 (diff) | |
parent | 386aad5a933cf381f8f4cf5ab3d18cf1f5a7c528 (diff) | |
download | git-b232439be1e836b085b29274705355c7681b516e.tar.gz git-b232439be1e836b085b29274705355c7681b516e.tar.xz |
Merge branch 'js/t3404-typofix'
* js/t3404-typofix:
t3404: fix typo
-rwxr-xr-x | t/t3404-rebase-interactive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh index d96d0e4c9..66348f11d 100755 --- a/t/t3404-rebase-interactive.sh +++ b/t/t3404-rebase-interactive.sh @@ -62,7 +62,7 @@ test_expect_success 'setup' ' # "exec" commands are ran 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 +# to create a file. Unsetting SHELL avoids such non-portable behavior # in tests. It must be exported for it to take effect where needed. SHELL= export SHELL |