Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-05-30 08:04:04 +0300
committerJunio C Hamano <gitster@pobox.com>2018-05-30 08:04:04 +0300
commit0e7af5f6d16a4cef7d981ac9631f35d146904eca (patch)
treef13de385e4b3b3bdd486dff9e6c38d969f9065e5 /t/t6050-replace.sh
parent6e2ba77bda8a23f911ac7e6dd8a313f4f03afb5e (diff)
parent4ed79d52039d66604afae065bdf2698eb56ce439 (diff)
Merge branch 'sg/t6500-no-redirect-of-stdin'
Test cleanup. * sg/t6500-no-redirect-of-stdin: t6050-replace: don't disable stdin for the whole test script
Diffstat (limited to 't/t6050-replace.sh')
-rwxr-xr-xt/t6050-replace.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t6050-replace.sh b/t/t6050-replace.sh
index d174bfed30..aa3e249639 100755
--- a/t/t6050-replace.sh
+++ b/t/t6050-replace.sh
@@ -4,8 +4,6 @@
#
test_description='Tests replace refs functionality'
-exec </dev/null
-
. ./test-lib.sh
. "$TEST_DIRECTORY/lib-gpg.sh"