summaryrefslogtreecommitdiff
path: root/test
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
parentc29ba8d72224b545cbd7cf9446c3ed2ef13f8c24 (diff)
Number repeated names for easier identification
Diffstat (limited to 'test')
-rw-r--r--test/tests/defaults.bash8
-rw-r--r--test/tests/link-relink-relative-leaves-file.bash2
2 files changed, 5 insertions, 5 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
'
diff --git a/test/tests/link-relink-relative-leaves-file.bash b/test/tests/link-relink-relative-leaves-file.bash
index af49174..0eec478 100644
--- a/test/tests/link-relink-relative-leaves-file.bash
+++ b/test/tests/link-relink-relative-leaves-file.bash
@@ -6,7 +6,7 @@ echo "apple" > ${DOTFILES}/f &&
echo "grape" > ~/.f
'
-test_expect_success 'run1' '
+test_expect_success 'run' '
run_dotbot <<EOF
- link:
~/.folder/f: