diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-05-17 23:38:22 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-17 23:38:22 +0200 |
commit | b232439be1e836b085b29274705355c7681b516e (patch) | |
tree | 881d34965b68e26bb39426ec4b6604d0d075342b /t/t3404-rebase-interactive.sh | |
parent | Merge branch 'sb/z-is-gnutar-ism' (diff) | |
parent | t3404: fix typo (diff) | |
download | git-b232439be1e836b085b29274705355c7681b516e.tar.xz git-b232439be1e836b085b29274705355c7681b516e.zip |
Merge branch 'js/t3404-typofix'
* js/t3404-typofix:
t3404: fix typo
Diffstat (limited to 't/t3404-rebase-interactive.sh')
-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 d96d0e4c9b..66348f11d1 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 |