From 0220353c4cd9a3fb038b9bcf6d6dc21f31300718 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 24 Dec 2023 15:26:38 +0100 Subject: [PATCH] test_install.rs: Remove a debug artifact --- tests/by-util/test_install.rs | 1 - 1 file changed, 1 deletion(-) 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);