summaryrefslogtreecommitdiff
path: root/t/t6050-replace.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-05-30 14:04:04 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-05-30 14:04:04 +0900
commit0e7af5f6d16a4cef7d981ac9631f35d146904eca (patch)
treef13de385e4b3b3bdd486dff9e6c38d969f9065e5 /t/t6050-replace.sh
parentMerge branch 'bp/merge-rename-config' (diff)
parentt6050-replace: don't disable stdin for the whole test script (diff)
downloadtgif-0e7af5f6d16a4cef7d981ac9631f35d146904eca.tar.xz
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"