Added test case for silent/interactive combo
parent
99ad1bc3e6
commit
43b62b344a
|
|
@ -68,3 +68,11 @@ function local_teardown {
|
||||||
|
|
||||||
assert_equal "$md5_orig" "$md5_bak"
|
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
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue