aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/sanity/005examples/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sanity/005examples/testsuite.sh')
-rwxr-xr-xtestsuite/sanity/005examples/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/sanity/005examples/testsuite.sh b/testsuite/sanity/005examples/testsuite.sh
index dd41bbcec..7ce252fdb 100755
--- a/testsuite/sanity/005examples/testsuite.sh
+++ b/testsuite/sanity/005examples/testsuite.sh
@@ -8,7 +8,7 @@ if [ ! -d ../../../doc ]; then
exit 0
fi
-for d in ../../../doc/examples/quick_start/*/; do
+for d in ../../../doc/quick_start/*/; do
cp "$d"*.vhdl ./
done