From d39fc17f31cf5dd739e85cd7fa891357eb9ca84a Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sat, 12 Oct 2019 04:00:06 +0200 Subject: [PATCH] :wrench: Fix test numbering --- tests/sh/common.sh | 2 +- tests/sh/import.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sh/common.sh b/tests/sh/common.sh index bbb9906c..68b45243 100644 --- a/tests/sh/common.sh +++ b/tests/sh/common.sh @@ -1,5 +1,5 @@ #!/bin/bash -# [test] #53 +# [test] #0 set -m : "${GWOPT:=}" diff --git a/tests/sh/import.sh b/tests/sh/import.sh index e493fc23..15bc6a05 100644 --- a/tests/sh/import.sh +++ b/tests/sh/import.sh @@ -1,5 +1,5 @@ #!/bin/bash -# [test] #47 +# [test] #53 n=0 [ "$1" ] && n="$1" -- 2.43.0