test cat with wrong filename

pull/142/head
Josh Rabinowitz 6 years ago
parent 8ce78b6a5b
commit da69e0766e

@ -43,4 +43,8 @@ function teardown {
rm "${FILE_TO_HIDE}2"
}
@test "run 'cat' with wrong filename" {
run git secret reveal -d "$TEST_GPG_HOMEDIR" -p "$password" NO_SUCH_FILE
[ "$status" -eq 2 ]
}

Loading…
Cancel
Save