Skip to content

Commit

Permalink
Merge pull request #5719 from uutils/sylvestre-patch-3
Browse files Browse the repository at this point in the history
test_install.rs: Remove a debug artifact
  • Loading branch information
cakebaker authored Dec 24, 2023
2 parents 12ade87 + 0220353 commit 337f5a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/by-util/test_install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@ fn test_install_and_strip_with_program_hyphen() {

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

0 comments on commit 337f5a8

Please sign in to comment.