summaryrefslogtreecommitdiff
path: root/test/tests/defaults.bash
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2017-04-18 22:35:33 -0400
committerAnish Athalye <me@anishathalye.com>2017-04-18 22:50:28 -0400
commit32aa4759038dde21cc3b10960c99f0290fe11c5d (patch)
treec069cbcefd298be8a61a2f4d0a1a7f917d79daef /test/tests/defaults.bash
parentc29ba8d72224b545cbd7cf9446c3ed2ef13f8c24 (diff)
Number repeated names for easier identification
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
'