t/t7811-grep-open.sh: remove broken/redundant creation of fake "less" script
The fake "less" script was already created in a previous test titled 'setup: fake "less"', so it is redundant. Additionally, it is broken since the redirection of 'cat' is to a file named 'less', but the chmod operates on the file named by the $less variable which may not contain the value 'less'. So, just remove this code, and rely on the creation of the fake "less" script performed earlier within the test script. Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
6a1b3fc783
commit
7f5329f46d
@ -109,11 +109,6 @@ test_expect_success 'git grep -O jumps to line in less' '
|
|||||||
|
|
||||||
test_expect_success 'modified file' '
|
test_expect_success 'modified file' '
|
||||||
rm -f actual &&
|
rm -f actual &&
|
||||||
cat >less <<-\EOF &&
|
|
||||||
#!/bin/sh
|
|
||||||
printf "%s\n" "$@" >actual
|
|
||||||
EOF
|
|
||||||
chmod +x $less &&
|
|
||||||
cat >expect <<-\EOF &&
|
cat >expect <<-\EOF &&
|
||||||
+/*enum grep_pat_token
|
+/*enum grep_pat_token
|
||||||
grep.h
|
grep.h
|
||||||
|
Loading…
Reference in New Issue
Block a user