Skip to content

Commit

Permalink
Uses clearer name for sharness test.
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
  • Loading branch information
hackergrrl committed Jan 15, 2016
1 parent 01bb593 commit 3630977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0042-add-skip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test_add_skip() {
test_cmp expected actual
'

test_expect_success "'ipfs add' includes hidden files at the top-level even without --hidden" '
test_expect_success "'ipfs add' includes hidden files given explicitly even without --hidden" '
mkdir -p mountdir/dotfiles &&
echo "set nocompatible" > mountdir/dotfiles/.vimrc
cat >expected <<-\EOF &&
Expand Down

0 comments on commit 3630977

Please sign in to comment.