[Pkg-zsh-commits] [zsh] 01/01: autopkgtest: Don't assume at least two dots in zsh's version number
    Axel Beckert 
    abe at deuxchevaux.org
       
    Thu Dec  3 23:35:36 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch debian
in repository zsh.
commit 104c10b397dede238ebd719bba73cb2b3d80e5fd
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Dec 4 00:26:49 2015 +0100
    autopkgtest: Don't assume at least two dots in zsh's version number
---
 debian/tests/run-testsuite | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/tests/run-testsuite b/debian/tests/run-testsuite
index 3e48b33..faa690c 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
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git
    
    
More information about the Pkg-zsh-commits
mailing list