Added test case for silent/interactive combo

This commit is contained in:
Nils Winkler
2017-05-15 17:24:14 +02:00
parent 99ad1bc3e6
commit 43b62b344a

View File

@@ -68,3 +68,11 @@ function local_teardown {
assert_equal "$md5_orig" "$md5_bak"
}
@test "install: verify that silent and interactive can not be used at the same time" {
cd "$BASH_IT"
run ./install.sh --silent --interactive
assert_failure
}