diff --git a/tests/by-util/test_install.rs b/tests/by-util/test_install.rs index 5957e73dc4..85335285aa 100644 --- a/tests/by-util/test_install.rs +++ b/tests/by-util/test_install.rs @@ -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);