comment out old debug code

pull/251/head
joshr 6 years ago
parent 481d750af4
commit 4dd04a06e0

@ -96,8 +96,13 @@ function teardown {
run git secret changes -d "$TEST_GPG_HOMEDIR" -p "$password"
[ "$status" -eq 0 ]
#echo "# output is '$output'" >&3
#echo "# " >&3
# Testing that output has both filename and changes:
local fullpath=$(_append_root_path "$FILE_TO_HIDE")
#echo "# fullpath is $fullpath" >&3
[[ "$output" == *"changes in $fullpath"* ]]
[[ "$output" == *"+$new_content"* ]]

Loading…
Cancel
Save