]> Nishi Git Mirror - gwion.git/commitdiff
:art: Update test
authorfennecdjay <astor.jeremie@wanadoo.fr>
Tue, 8 Oct 2019 17:03:00 +0000 (19:03 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Tue, 8 Oct 2019 17:03:00 +0000 (19:03 +0200)
tests/sh/opt.sh

index 5e02f181533b635e60019b5b4e17fce8ed78b51e..66ecc6953b3bce418ccd5c0f9eb49854998dd20d 100644 (file)
@@ -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 &