summaryrefslogtreecommitdiff
path: root/test/tests/defaults.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests/defaults.bash')
-rw-r--r--test/tests/defaults.bash8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/tests/defaults.bash b/test/tests/defaults.bash
index 4c69f02..2affc9b 100644
--- a/test/tests/defaults.bash
+++ b/test/tests/defaults.bash
@@ -34,17 +34,17 @@ test_expect_success 'test' '
grep "apple" ~/.f
'
-test_expect_success 'run-fail' '
+test_expect_success 'run-fail 2' '
run_dotbot <<EOF
- clean: ["~"]
EOF
'
-test_expect_failure 'test-fail' '
+test_expect_failure 'test-fail 2' '
! test -h ~/.g
'
-test_expect_success 'run' '
+test_expect_success 'run 2' '
run_dotbot <<EOF
- defaults:
clean:
@@ -54,6 +54,6 @@ run_dotbot <<EOF
EOF
'
-test_expect_success 'test' '
+test_expect_success 'test 2' '
! test -h ~/.g
'