Skip to content

Commit 337f5a8

Browse files
authored
Merge pull request #5719 from uutils/sylvestre-patch-3
test_install.rs: Remove a debug artifact
2 parents 12ade87 + 0220353 commit 337f5a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/by-util/test_install.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,6 @@ fn test_install_and_strip_with_program_hyphen() {
683683

684684
let at = &scene.fixtures;
685685
let content = r#"#!/bin/sh
686-
echo $1 &> /tmp/a.log
687686
printf -- '%s\n' "$1" | grep '^[^-]'
688687
"#;
689688
at.write("no-hyphen", content);

0 commit comments

Comments
 (0)