mirror of
1
0
Fork 0

Number repeated names for easier identification

This commit is contained in:
Anish Athalye 2017-04-18 22:35:33 -04:00
parent c29ba8d722
commit 32aa475903
2 changed files with 5 additions and 5 deletions

View File

@ -34,17 +34,17 @@ test_expect_success 'test' '
grep "apple" ~/.f grep "apple" ~/.f
' '
test_expect_success 'run-fail' ' test_expect_success 'run-fail 2' '
run_dotbot <<EOF run_dotbot <<EOF
- clean: ["~"] - clean: ["~"]
EOF EOF
' '
test_expect_failure 'test-fail' ' test_expect_failure 'test-fail 2' '
! test -h ~/.g ! test -h ~/.g
' '
test_expect_success 'run' ' test_expect_success 'run 2' '
run_dotbot <<EOF run_dotbot <<EOF
- defaults: - defaults:
clean: clean:
@ -54,6 +54,6 @@ run_dotbot <<EOF
EOF EOF
' '
test_expect_success 'test' ' test_expect_success 'test 2' '
! test -h ~/.g ! test -h ~/.g
' '

View File

@ -6,7 +6,7 @@ echo "apple" > ${DOTFILES}/f &&
echo "grape" > ~/.f echo "grape" > ~/.f
' '
test_expect_success 'run1' ' test_expect_success 'run' '
run_dotbot <<EOF run_dotbot <<EOF
- link: - link:
~/.folder/f: ~/.folder/f: