diff --git a/tests/test_remove.bats b/tests/test_remove.bats index 2b01ad37..18e0f337 100644 --- a/tests/test_remove.bats +++ b/tests/test_remove.bats @@ -28,6 +28,7 @@ function teardown { git secret hide run git secret remove "$SECOND_FILE" + echo "$output" [ "$status" -eq 0 ] local mapping_contains=$(grep "$SECOND_FILE" "$SECRETS_DIR_PATHS_MAPPING"; echo $?) @@ -45,6 +46,7 @@ function teardown { git secret hide run git secret remove -c "$SECOND_FILE" + echo "$output" [ "$status" -eq 0 ] local mapping_contains=$(grep "$SECOND_FILE" "$SECRETS_DIR_PATHS_MAPPING"; echo $?)