From 2c74372a4e8d7c730720a29ed08c50236edf8076 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sat, 5 Dec 2015 05:50:39 -0800 Subject: [PATCH] [test suite] fix fko_set_username_strdup fault injection test --- test/tests/fault_injection.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/tests/fault_injection.pl b/test/tests/fault_injection.pl index a72bc740..f717b413 100644 --- a/test/tests/fault_injection.pl +++ b/test/tests/fault_injection.pl @@ -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/] },