Code

Merge branch 'js/rebase-i'
[git.git] / t / t1004-read-tree-m-u-wf.sh
index 4f664f6adfb6153058848d3a3016c34e08b9425c..d609a551ae3b8c75714f6cf4e9cefe4f6af61c5b 100755 (executable)
@@ -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 &&