Skip to content

Commit

Permalink
t/t7811-grep-open.sh: remove broken/redundant creation of fake "less"…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
Brandon Casey authored and Junio C Hamano committed Jun 21, 2010
1 parent 6a1b3fc commit 7f5329f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions t/t7811-grep-open.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f5329f

Please sign in to comment.