diff options
-rwxr-xr-x | debian/tests/run-testsuite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/run-testsuite b/debian/tests/run-testsuite index 3e48b3383..faa690cc9 100755 --- a/debian/tests/run-testsuite +++ b/debian/tests/run-testsuite @@ -22,7 +22,7 @@ cp -pvr Test "$ZTST_testdir" cp -pvr Misc "$ADTTMP/Misc" cd "$ADTTMP" -ln -vfs /usr/lib/*/zsh/*.*.* "$ZTST_testdir/Modules" +ln -vfs /usr/lib/*/zsh/[0-9]* "$ZTST_testdir/Modules" ln -vfs /usr/share/zsh/functions Functions ln -vfs /usr/share/zsh/functions/Completion . mkdir -pv Src |