]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl make fileregexp-test working with git repository
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 26 May 2009 13:19:14 +0000 (13:19 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 26 May 2009 13:19:14 +0000 (13:19 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8862 91ce42f0-d328-0410-95d8-f526ca767f89

regress/tests/fileregexp-test

index a30d1285772aaa4cedaf1ef5bfa32be4f9ea253e..dbc50424af42680c615da6344c4ae4e14f86cf33 100755 (executable)
@@ -55,7 +55,7 @@ stop_bacula
 COUNT_OTHER=`find ${tmp}/bacula-restores -type f | grep -v README | wc -l`
 COUNT_README=`find ${tmp}/bacula-restores -type f | grep README | wc -l`
 
-if [ $COUNT_OTHER -gt 0 -o $COUNT_README -lt 15 ]; then
+if [ $COUNT_OTHER -gt 0 -o $COUNT_README -lt 11 ]; then
     print_debug "Found non matching files"
     print_debug `find ${tmp}/bacula-restores -type f | grep -v README`
     rstat=2