Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
rag-system
rag-system
/
t
/
greplint
/
bare-grep-subshell.test
Code
Commits
Pulls
CI/CD
81,972
jch
bisect
jch
maint
master
next
seen
test
todo
test
5 lines
80 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'grep in subshell is flagged'
'
2
(
3
grep pattern file
4
)
5
'