From f925fe5e495c6d80130f6633b85c821139b7bda5 Mon Sep 17 00:00:00 2001 From: umer2001 Date: Tue, 6 Oct 2020 20:11:38 +0500 Subject: [PATCH] =?utf8?q?=F0=9F=90=9B=20Fix=20async=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index ecbbc5b0..fbd9e82d 100644 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -187,7 +187,7 @@ test_dir() { n=$2 l=$n offset=$n - [ "$async" -lt 0 ] && set -m + [ "$async" -gt 0 ] && set -m found=0 grep '\.gw' <<< "$(ls "$1")" &> /dev/null && found=1 if [ "$found" -eq 1 ] -- 2.43.0