logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git
commit: 348ff884878448db20351470384be6fcbc31bd2d
parent 0487fb82b90e21ebbdb24cad3b3284de8dd95df1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 22 Feb 2023 16:42:32 +0100

test-cmd/tee: Cleanup test-cmd/tmp_tee.log

Diffstat:

Mtest-cmd/tee4++--
Dtest-cmd/tmp_tee.log0
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test-cmd/tee b/test-cmd/tee @@ -8,7 +8,7 @@ allinput_body() { atf_check -o file:inputs/all_bytes ../cmd/tee - <inputs/all_bytes } -atf_test_case writefile +atf_test_case writefile cleanup writefile_body() { echo 'hello' > tmp_tee.log atf_check -o file:inputs/all_bytes ../cmd/tee tmp_tee.log <inputs/all_bytes @@ -18,7 +18,7 @@ writefile_cleanup() { rm tmp_tee.log } -atf_test_case appendfile +atf_test_case appendfile cleanup appendfile_body() { echo 'hello' > tmp_tee.log atf_check -o file:inputs/all_bytes ../cmd/tee -a tmp_tee.log <inputs/all_bytes diff --git a/test-cmd/tmp_tee.log b/test-cmd/tmp_tee.log Binary files differ.