[test suite] fix fko_set_username_strdup fault injection test

This commit is contained in:
Michael Rash
2015-12-05 05:50:39 -08:00
parent 793813e8ef
commit 2c74372a4e
+3 -3
View File
@@ -177,10 +177,10 @@
{
'category' => 'fault injection',
'subcategory' => 'client',
'detail' => 'tag fko_set_username_strdup2',
'detail' => 'tag fko_set_username_strdup',
'function' => \&fault_injection_tag,
'cmdline' => "$default_client_hmac_args " .
"--fault-injection-tag fko_set_username_strdup2",
'cmdline' => "$default_client_hmac_args --spoof-user $spoof_user " .
"--fault-injection-tag fko_set_username_strdup",
'positive_output_matches' => [qr/Unable to allocate memory/]
},