pull: add t5572 for submodule updates
[gitweb.git] / t / lib-cvs.sh
index 44263ade2533b848220c234441ab67813ca2b0b4..9b2bcfb1b0e38ec75e4d6d772e530a69eaaad874 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+# Shell library sourced instead of ./test-lib.sh by cvsimport tests.
 
 . ./test-lib.sh
 
@@ -13,7 +13,7 @@ fi
 CVS="cvs -f"
 export CVS
 
-cvsps_version=`cvsps -h 2>&1 | sed -ne 's/cvsps version //p'`
+cvsps_version=$(cvsps -h 2>&1 | sed -ne 's/cvsps version //p')
 case "$cvsps_version" in
 2.1 | 2.2*)
        ;;