]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t0061-run-command.sh
Merge branch 'sg/t5310-jgit-wants-sha1'
[thirdparty/git.git] / t / t0061-run-command.sh
index 17c9c0f3bb64782d86b9f15901791c4e05b9d122..7d599675e35a75637a75ab6bfed19ff7f784a312 100755 (executable)
@@ -12,6 +12,10 @@ cat >hello-script <<-EOF
        cat hello-script
 EOF
 
+test_expect_success MINGW 'subprocess inherits only std handles' '
+       test-tool run-command inherited-handle
+'
+
 test_expect_success 'start_command reports ENOENT (slash)' '
        test-tool run-command start-command-ENOENT ./does-not-exist 2>err &&
        test_i18ngrep "\./does-not-exist" err