aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/func03
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/func03')
-rwxr-xr-xtestsuite/synth/func03/testsuite.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/synth/func03/testsuite.sh b/testsuite/synth/func03/testsuite.sh
index 74351ab7e..c3ce3ec78 100755
--- a/testsuite/synth/func03/testsuite.sh
+++ b/testsuite/synth/func03/testsuite.sh
@@ -2,8 +2,6 @@
. ../../testenv.sh
-for t in func01; do
- synth_tb $t
-done
+synth_tb func01
echo "Test successful"