From 6ca2dbecfb96c9d964258119da6f2e835e297c10 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 4 Sep 2020 16:30:13 +0200 Subject: [PATCH] Remove duplicated test Fixes #7307. --- tests/checks/andandoror.fish | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/checks/andandoror.fish b/tests/checks/andandoror.fish index b1987fa03..2d937ade3 100644 --- a/tests/checks/andandoror.fish +++ b/tests/checks/andandoror.fish @@ -119,13 +119,6 @@ echo $status # CHECK: 0 # CHECK: 0 -builtin and --help >/dev/null -echo $status -and --help >/dev/null -echo $status -# CHECK: 0 -# CHECK: 0 - builtin or --help >/dev/null echo $status or --help >/dev/null