check status of test operations

pull/718/head
Josh Rabinowitz 3 years ago
parent b48c0b5717
commit 7f4ffa990b

@ -71,6 +71,9 @@ function teardown {
echo "content2" > subdir/new_filename.txt
cd subdir
run git secret add new_filename.txt
[ "$status" -eq 0 ]
run git secret hide
[ "$status" -eq 0 ]
run git secret cat -d "$TEST_GPG_HOMEDIR" -p "$password" filename.txt
[ "$status" -eq 0 ]
}

Loading…
Cancel
Save