aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-03 07:33:42 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-03 07:33:42 +0200
commitea1f7258eae67563597934d98381b610429d73cd (patch)
tree54c530f7c851fad8c364493ff612b64620f09542 /testsuite
parent8c1269e9b83b2b4aec9bbfea436a20954cb25a9b (diff)
downloadghdl-yosys-plugin-ea1f7258eae67563597934d98381b610429d73cd.tar.gz
ghdl-yosys-plugin-ea1f7258eae67563597934d98381b610429d73cd.tar.bz2
ghdl-yosys-plugin-ea1f7258eae67563597934d98381b610429d73cd.zip
testenv.sh: do not quote YOSYS
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/testenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/testenv.sh b/testsuite/testenv.sh
index e5775b5..152f986 100644
--- a/testsuite/testenv.sh
+++ b/testsuite/testenv.sh
@@ -18,7 +18,7 @@ cmd ()
run_yosys ()
{
- cmd "$YOSYS" -Q "$@"
+ cmd $YOSYS -Q "$@"
}
analyze ()