From d4a82b36ec429cd0862d78c4d29276686990c447 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 14 Sep 2020 12:14:08 +0200 Subject: [PATCH] :wrench: Fix OS tests? --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 7df033bb..af917560 100644 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -51,7 +51,7 @@ assert_exclude() { } read_test() { - [ -f "$1" ] && return # needed for macOS, modulo does not seem to work + [ -f "$1" ] || return # needed for macOS, modulo does not seem to work while read -r line do if [ "$line" = "#*" ] -- 2.43.0