mirror of
https://github.com/git/git.git
synced 2024-10-30 05:47:53 +01:00
Merge branch 'sg/t6300-modernize'
Test update. * sg/t6300-modernize: t6300-for-each-ref: fix "more than one quoting style" tests
This commit is contained in:
commit
44f2f3f919
1 changed files with 2 additions and 5 deletions
|
@ -373,11 +373,8 @@ test_expect_success 'Quoting style: tcl' '
|
|||
|
||||
for i in "--perl --shell" "-s --python" "--python --tcl" "--tcl --perl"; do
|
||||
test_expect_success "more than one quoting style: $i" "
|
||||
git for-each-ref $i 2>&1 | (read line &&
|
||||
case \$line in
|
||||
\"error: more than one quoting style\"*) : happy;;
|
||||
*) false
|
||||
esac)
|
||||
test_must_fail git for-each-ref $i 2>err &&
|
||||
grep '^error: more than one quoting style' err
|
||||
"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue