Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
grep portability fix: don't use "-e" or "-q"
[gitweb.git]
/
t
/
t7502-status.sh
diff --git
a/t/t7502-status.sh
b/t/t7502-status.sh
index e00607490bcb0439c6557003a3419d84823a8f00..70b802ba3d4f9d985126158b1df615859986bc81 100755
(executable)
--- a/
t/t7502-status.sh
+++ b/
t/t7502-status.sh
@@
-33,7
+33,7
@@
test_expect_success 'setup' '
test_expect_success 'status (1)' '
- grep
-e
"use \"git rm --cached <file>\.\.\.\" to unstage" output
+ grep "use \"git rm --cached <file>\.\.\.\" to unstage" output
'