commit: bf5af2869009cbd16b8e1a513bb92ff4abfe9866
parent 348ff884878448db20351470384be6fcbc31bd2d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 22 Feb 2023 16:46:46 +0100
test-cmd/tee: Remove bogus write to test-cmd/-
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/test-cmd/tee b/test-cmd/tee
@@ -5,7 +5,6 @@
atf_test_case allinput
allinput_body() {
atf_check -o file:inputs/all_bytes ../cmd/tee <inputs/all_bytes
- atf_check -o file:inputs/all_bytes ../cmd/tee - <inputs/all_bytes
}
atf_test_case writefile cleanup