зеркало из https://github.com/microsoft/git.git
t/t7003: replace \t with literal tab in sed expression
The sed utilities on IRIX and Solaris do not interpret the sequence '\t' to mean a tab character; they read a literal character 't'. So, use a literal tab instead. Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
6e2a09d24b
Коммит
0d1d6e50cf
|
@ -143,7 +143,7 @@ test_expect_success 'more setup' '
|
||||||
test_expect_success 'use index-filter to move into a subdirectory' '
|
test_expect_success 'use index-filter to move into a subdirectory' '
|
||||||
git branch directorymoved &&
|
git branch directorymoved &&
|
||||||
git filter-branch -f --index-filter \
|
git filter-branch -f --index-filter \
|
||||||
"git ls-files -s | sed \"s-\\t-&newsubdir/-\" |
|
"git ls-files -s | sed \"s- -&newsubdir/-\" |
|
||||||
GIT_INDEX_FILE=\$GIT_INDEX_FILE.new \
|
GIT_INDEX_FILE=\$GIT_INDEX_FILE.new \
|
||||||
git update-index --index-info &&
|
git update-index --index-info &&
|
||||||
mv \"\$GIT_INDEX_FILE.new\" \"\$GIT_INDEX_FILE\"" directorymoved &&
|
mv \"\$GIT_INDEX_FILE.new\" \"\$GIT_INDEX_FILE\"" directorymoved &&
|
||||||
|
|
Загрузка…
Ссылка в новой задаче