From: fennecdjay Date: Tue, 8 Oct 2019 17:03:00 +0000 (+0200) Subject: :art: Update test X-Git-Tag: nightly~2198^2~88 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=056fd69aa38661d0b6db5b0c628de4eae5e8b850;p=gwion.git :art: Update test --- diff --git a/tests/sh/opt.sh b/tests/sh/opt.sh index 5e02f181..66ecc695 100644 --- a/tests/sh/opt.sh +++ b/tests/sh/opt.sh @@ -83,7 +83,7 @@ run "$n" "option needs argument" "-p" "file" # invalid global type n=$((n+1)) -run "$n" "invalid global type" "tests/complex/invalid_type0.gw tests/complex/invalid_type1.gw" "file" +run "$n" "invalid global type" "examples/complex/invalid_type0.gw examples/complex/invalid_type1.gw" "file" # test signal ./gwion -l1 &