mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #5719 from uutils/sylvestre-patch-3
test_install.rs: Remove a debug artifact
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user