From: Eric Bollengier Date: Tue, 29 Sep 2009 13:35:42 +0000 (+0200) Subject: regress: fix $() to `` for solaris X-Git-Tag: Release-3.0.3~45 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7d2d17bc51282523b21b2603d936edd8d89e65bf;p=bacula%2Fbacula regress: fix $() to `` for solaris --- diff --git a/regress/tests/exclude-dir-test b/regress/tests/exclude-dir-test index 6cfacc7057..6dce2fc803 100755 --- a/regress/tests/exclude-dir-test +++ b/regress/tests/exclude-dir-test @@ -79,7 +79,7 @@ fi # build/po is included 2 times with a different exclude file # we shouldn't see scripts and bin -nb=$(grep -e 'build/po/fr.po$' $tmp/log3.out | wc -l) +nb=`grep -e 'build/po/fr.po$' $tmp/log3.out | wc -l` if [ $nb != 2 ]; then print_debug "ERROR: Should see fr.po two times" bstat=2