1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Tests: provides easy mount of temp fs (#7249)

This commit is contained in:
sreehari prasad 2025-02-01 23:31:49 +05:30 committed by GitHub
parent 3891ee1159
commit c2505841e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 82 additions and 26 deletions

View file

@ -232,7 +232,7 @@ fn test_manpage() {
let test_scenario = TestScenario::new("");
let child = Command::new(test_scenario.bin_path)
let child = Command::new(&test_scenario.bin_path)
.arg("manpage")
.arg("base64")
.stdin(Stdio::piped())