remove duplicate test (#458)

pull/435/head^2
Josh Rabinowitz 5 years ago committed by GitHub
parent bbb4d9d3e5
commit 44a8745e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,8 +96,4 @@ function _secret_files_exists {
# Output must not be verbose:
[[ "$output" != *"cleaning"* ]]
}
@test "run 'clean' with bad arg" {
run git secret clean -Z
[ "$status" -ne 0 ]
}

Loading…
Cancel
Save