t7005-editor: get rid of the SPACES_IN_FILENAMES prereq
authorSZEDER Gábor <szeder.dev@gmail.com>
Mon, 14 May 2018 10:28:12 +0000 (12:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 May 2018 03:27:29 +0000 (12:27 +0900)
commit4362da078e0b507fbb322ac3b33476a863f32493
treefb4592ac38dfebfbcec9d80163a6ce0b79ee7a81
parentd32eb83c1db7d0a8bb54fe743c6d1dd674d372c5
t7005-editor: get rid of the SPACES_IN_FILENAMES prereq

The last two tests 'editor with a space' and 'core.editor with a
space' in 't7005-editor.sh' need the SPACES_IN_FILENAMES prereq to
ensure that they are only run on filesystems that allow, well, spaces
in filenames.  However, we have been putting a space in the name of
the trash directory for just over a decade now, so we wouldn't be able
to run any of our tests on such a filesystem in the first place.

This prereq is therefore unnecessary, remove it.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7005-editor.sh