Skip to content

Commit 14bbd05

Browse files
committed
Remove debug line from --staged test
1 parent 1fc7562 commit 14bbd05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/git-diff-ansible-vault.bats

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ EOF
109109
@test "with --staged shows all staged changes" {
110110
run git diff-ansible-vault --staged
111111
assert_success
112-
echo "$output" > "$BATS_TEST_DIRNAME/../output.log"
113112
assert_output "$(cat <<EOF
114113
diff --git a/public.yml b/public.yml
115114
index 1f613c2..497da2b 100644

0 commit comments

Comments
 (0)