aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/testsuite.sh
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-01-18 17:51:19 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-19 07:40:40 +0100
commitb15ba54b9f1de3a5c71d3e221b2ced4c13916530 (patch)
tree54584b8b29c6f45621cf1437c079e6c354000e87 /testsuite/synth/testsuite.sh
parent58186fa3774292a384a1a2b57ce965fd0e947544 (diff)
downloadghdl-b15ba54b9f1de3a5c71d3e221b2ced4c13916530.tar.gz
ghdl-b15ba54b9f1de3a5c71d3e221b2ced4c13916530.tar.bz2
ghdl-b15ba54b9f1de3a5c71d3e221b2ced4c13916530.zip
testsuite: address bash linting issues
Diffstat (limited to 'testsuite/synth/testsuite.sh')
-rwxr-xr-xtestsuite/synth/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/testsuite.sh b/testsuite/synth/testsuite.sh
index 76e3a7a32..08ed7f9db 100755
--- a/testsuite/synth/testsuite.sh
+++ b/testsuite/synth/testsuite.sh
@@ -2,4 +2,4 @@
set -e
-`dirname $0`/../suite_driver.sh synth $@
+$(dirname "$0")/../suite_driver.sh synth $@