mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
test_install.rs: Remove a debug artifact
This commit is contained in:
parent
12ade87786
commit
0220353c4c
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue