From 66489f795506e42855561d6af971f011272eff5d Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Thu, 25 Feb 2021 08:16:27 -0500 Subject: [PATCH] Fix missing endings of heredocs --- test/tests/except.bash | 1 + test/tests/only-defaults.bash | 1 + test/tests/only.bash | 1 + 3 files changed, 3 insertions(+) diff --git a/test/tests/except.bash b/test/tests/except.bash index 356eaef..2973ad9 100644 --- a/test/tests/except.bash +++ b/test/tests/except.bash @@ -24,6 +24,7 @@ run_dotbot --except shell < ~/z - link: ~/x: x +EOF ' test_expect_success 'test' ' diff --git a/test/tests/only-defaults.bash b/test/tests/only-defaults.bash index 4ef133a..de9a10d 100644 --- a/test/tests/only-defaults.bash +++ b/test/tests/only-defaults.bash @@ -14,6 +14,7 @@ run_dotbot --only link < ~/z - link: ~/d/x: x +EOF ' test_expect_success 'test' ' diff --git a/test/tests/only.bash b/test/tests/only.bash index 5222881..1f74441 100644 --- a/test/tests/only.bash +++ b/test/tests/only.bash @@ -24,6 +24,7 @@ run_dotbot --only link < ~/z - link: ~/x: x +EOF ' test_expect_success 'test' '