File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -451,12 +451,10 @@ test_tcti_fail_all (void **state)
451
451
expect_string (__wrap_dlopen , filename , "libtss2-tcti-device.so.0" );
452
452
expect_value (__wrap_dlopen , flags , RTLD_NOW );
453
453
will_return (__wrap_dlopen , NULL );
454
- expect_string (__wrap_dlopen , filename ,
455
- "libtss2-tcti-libtss2-tcti-device.so.0.so.0" );
454
+ expect_string (__wrap_dlopen , filename , "libtss2-tcti-libtss2-tcti-device.so.0.so.0" );
456
455
expect_value (__wrap_dlopen , flags , RTLD_NOW );
457
456
will_return (__wrap_dlopen , NULL );
458
- expect_string (__wrap_dlopen , filename ,
459
- "libtss2-tcti-libtss2-tcti-device.so.0.so" );
457
+ expect_string (__wrap_dlopen , filename , "libtss2-tcti-libtss2-tcti-device.so.0.so" );
460
458
expect_value (__wrap_dlopen , flags , RTLD_NOW );
461
459
will_return (__wrap_dlopen , NULL );
462
460
You can’t perform that action at this time.
0 commit comments