X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1004-read-tree-m-u-wf.sh;h=d609a551ae3b8c75714f6cf4e9cefe4f6af61c5b;hb=9b0185ca06001219f5ffcccb5c09b9a9bb42e7c2;hp=4f664f6adfb6153058848d3a3016c34e08b9425c;hpb=1fcdd62adf81a172f45c7c6a58177212d500b9d9;p=git.git diff --git a/t/t1004-read-tree-m-u-wf.sh b/t/t1004-read-tree-m-u-wf.sh index 4f664f6ad..d609a551a 100755 --- a/t/t1004-read-tree-m-u-wf.sh +++ b/t/t1004-read-tree-m-u-wf.sh @@ -84,10 +84,10 @@ test_expect_success 'three-way not complaining on an untracked path in both' ' echo >file2 file two is untracked on the master side && echo >subdir/file2 file two is untracked on the master side && - git-read-tree -m -u branch-point master side + git read-tree -m -u branch-point master side ' -test_expect_success 'three-way not cloberring a working tree file' ' +test_expect_success 'three-way not clobbering a working tree file' ' git reset --hard && rm -f file2 subdir/file2 file3 subdir/file3 &&