]> git.ipfire.org Git - thirdparty/git.git/commit - t/t1300-config.sh
t1300: create custom config file without special characters
authorMatthew Rogers <mattr94@gmail.com>
Fri, 24 Jan 2020 00:21:03 +0000 (00:21 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Jan 2020 18:45:20 +0000 (10:45 -0800)
commit417be08d02ef5df72996972e105d386028c34653
tree14f464cbc846436d10244426c54f25113c8a75ef
parent3de7ee369b198ea3c6a096a6f499fb3c8a368a9a
t1300: create custom config file without special characters

Tests that required a custom configuration file to be created previously
used a file with non-alphanumeric characters including escaped double
quotes.  This is not really necessary for the majority of tests
involving custom config files, and decreases test coverage on systems
that dissallow such filenames (Windows, etc.).

Create two files, one appropriate for testing quoting and one
appropriate for general use.

Signed-off-by: Matthew Rogers <mattr94@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1300-config.sh