We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a24b4e + 73fc2aa commit 8e7b78aCopy full SHA for 8e7b78a
1 file changed
t/t1450-fsck.sh
@@ -573,7 +573,7 @@ test_expect_success 'fsck --name-objects' '
573
remove_object $(git rev-parse julius:caesar.t) &&
574
test_must_fail git fsck --name-objects >out &&
575
tree=$(git rev-parse --verify julius:) &&
576
- grep "$tree (\(refs/heads/master\|HEAD\)@{[0-9]*}:" out
+ egrep "$tree \((refs/heads/master|HEAD)@\{[0-9]*\}:" out
577
)
578
'
579
0 commit comments