File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -483,12 +483,12 @@ test_expect_success 'setup -L :funcname with userdiff driver' '
483483 echo "fortran-* diff=fortran" >.gitattributes &&
484484 fortran_file=fortran-external-function &&
485485 orig_file="$TEST_DIRECTORY/t4018/$fortran_file" &&
486- cp $orig_file . &&
487- git add $fortran_file &&
486+ cp " $orig_file" . &&
487+ git add " $fortran_file" &&
488488 GIT_AUTHOR_NAME="A" GIT_AUTHOR_EMAIL="A@test.git" \
489489 git commit -m "add fortran file" &&
490- sed -e "s/ChangeMe/IWasChanged/" <"$orig_file" >$fortran_file &&
491- git add $fortran_file &&
490+ sed -e "s/ChangeMe/IWasChanged/" <"$orig_file" >" $fortran_file" &&
491+ git add " $fortran_file" &&
492492 GIT_AUTHOR_NAME="B" GIT_AUTHOR_EMAIL="B@test.git" \
493493 git commit -m "change fortran file"
494494'
You can’t perform that action at this time.
0 commit comments