Fix missing endings of heredocs
This commit is contained in:
parent
dac7a9bc88
commit
66489f7955
3 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@ run_dotbot --except shell <<EOF
|
|||
- echo "pear" > ~/z
|
||||
- link:
|
||||
~/x: x
|
||||
EOF
|
||||
'
|
||||
|
||||
test_expect_success 'test' '
|
||||
|
|
|
@ -14,6 +14,7 @@ run_dotbot --only link <<EOF
|
|||
- echo "pear" > ~/z
|
||||
- link:
|
||||
~/d/x: x
|
||||
EOF
|
||||
'
|
||||
|
||||
test_expect_success 'test' '
|
||||
|
|
|
@ -24,6 +24,7 @@ run_dotbot --only link <<EOF
|
|||
- echo "pear" > ~/z
|
||||
- link:
|
||||
~/x: x
|
||||
EOF
|
||||
'
|
||||
|
||||
test_expect_success 'test' '
|
||||
|
|
Loading…
Reference in a new issue