From 056fd69aa38661d0b6db5b0c628de4eae5e8b850 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 8 Oct 2019 19:03:00 +0200 Subject: [PATCH] :art: Update test --- tests/sh/opt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 & -- 2.43.0