sudo-rs icon indicating copy to clipboard operation
sudo-rs copied to clipboard

Test-framework spring cleaning

Open squell opened this issue 6 months ago • 0 comments
trafficstars

Several compliance tests have something like

  assert_not_contains!(stdout, "[sudo] password for");

And obviously sudo-rs output does not contain that. We should probably rewrite that or remove those asserts.

squell avatar Apr 24 '25 14:04 squell