There was an error while loading. Please reload this page.
1 parent af5be5e commit 772592bCopy full SHA for 772592b
1 file changed
test/test.bats
@@ -131,7 +131,6 @@ teardown() {
131
132
@test "Test SSH connection with false command" {
133
./kinit_test.sh keytab
134
- # shellcheck disable=SC2086
135
run_test_failure 127 ./ssh_test.sh bob krb5-service-example-com.example.com '-o PreferredAuthentications=gssapi-with-mic' '' 'unknown'
136
# Unknown command
137
[[ "$status" -eq 127 ]] || failure
0 commit comments