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' '