Skip to content

Commit

Permalink
Merge pull request #197 from umer2001/master
Browse files Browse the repository at this point in the history
馃悰 Fix async mode in tests #196
  • Loading branch information
fennecdjay committed Oct 6, 2020
2 parents f2d66f4 + f925fe5 commit 54db4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Expand Up @@ -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 ]
Expand Down

0 comments on commit 54db4a8

Please sign in to comment.