diff options
author | Brandon Casey <drafnel@gmail.com> | 2010-06-21 12:37:15 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-06-21 11:12:21 -0700 |
commit | 7f5329f46dd3221618124df70aee2391aef6305a (patch) | |
tree | 67851c2aa490c756cb678e187497a3d666131572 /t/t7811-grep-open.sh | |
parent | 6a1b3fc78311f16834d885e4e0baead8e51ed631 (diff) | |
download | git-7f5329f46dd3221618124df70aee2391aef6305a.tar.gz |
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>
Diffstat (limited to 't/t7811-grep-open.sh')
-rwxr-xr-x | t/t7811-grep-open.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/t/t7811-grep-open.sh b/t/t7811-grep-open.sh index 2e5c701566..c110441344 100755 --- a/t/t7811-grep-open.sh +++ b/t/t7811-grep-open.sh @@ -109,11 +109,6 @@ test_expect_success 'git grep -O jumps to line in less' ' test_expect_success 'modified file' ' rm -f actual && - cat >less <<-\EOF && - #!/bin/sh - printf "%s\n" "$@" >actual - EOF - chmod +x $less && cat >expect <<-\EOF && +/*enum grep_pat_token grep.h |