From e823a4f055104d43980697cba07ce8abb729bce9 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 28 Jul 2020 06:21:46 +0200 Subject: [PATCH] tests: Drop some dead code from test-common.sh Left behind by commit c594b6120 "tests: New helper cmp_out1". Signed-off-by: Markus Armbruster --- tests/test-common.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test-common.sh b/tests/test-common.sh index 9fef69639..3f8228e88 100644 --- a/tests/test-common.sh +++ b/tests/test-common.sh @@ -298,8 +298,6 @@ cmp_out1() [ ! -e "$act" ] && return exp=/dev/null ;; - *.status) exp=sandbox/ok.status; echo 0 >sandbox/ok.status ;; - *) exp=/dev/null ;; esac fi -- 2.43.0