]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1501-work-tree.sh
t/helper: merge test-subprocess into test-tool
[thirdparty/git.git] / t / t1501-work-tree.sh
index b07cb9140e1b1fe1df0c08eea487bbf5916fe31d..02cf2013fc6f68cdb62739e9dff94fa08f5607be 100755 (executable)
@@ -341,7 +341,7 @@ test_expect_success 'make_relative_path handles double slashes in GIT_DIR' '
 
 test_expect_success 'relative $GIT_WORK_TREE and git subprocesses' '
        GIT_DIR=repo.git GIT_WORK_TREE=repo.git/work \
-       test-subprocess --setup-work-tree rev-parse --show-toplevel >actual &&
+       test-tool subprocess --setup-work-tree rev-parse --show-toplevel >actual &&
        echo "$(pwd)/repo.git/work" >expected &&
        test_cmp expected actual
 '