Number repeated names for easier identification

pull/120/head
Anish Athalye 7 years ago
parent c29ba8d722
commit 32aa475903
  1. 8
      test/tests/defaults.bash
  2. 2
      test/tests/link-relink-relative-leaves-file.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
'

@ -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:

Loading…
Cancel
Save