diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-05-30 14:04:04 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-30 14:04:04 +0900 |
commit | 0e7af5f6d16a4cef7d981ac9631f35d146904eca (patch) | |
tree | f13de385e4b3b3bdd486dff9e6c38d969f9065e5 | |
parent | Merge branch 'bp/merge-rename-config' (diff) | |
parent | t6050-replace: don't disable stdin for the whole test script (diff) | |
download | tgif-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
-rwxr-xr-x | t/t6050-replace.sh | 2 |
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" |