mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-09-08 11:46:18 -04:00
Fix non-bash make-check.
This commit is contained in:
1 parent
e3a9786792
commit
a5ab598b18
1 file changed
+1
-1
@@ -58,7 +58,7 @@ test_start() {
|
||||
aa15bcf478d165efd2065190eb473bcb:544:ClamAV-Test-File
|
||||
EOF
|
||||
port=331$1
|
||||
if [ -n $RANDOM ]; then
|
||||
if test "x$RANDOM" != "x"; then
|
||||
port=1`expr 100 + \( $RANDOM % 899 \)`$1
|
||||
fi
|
||||
cat <<EOF >test-clamd.conf
|
||||
|
||||
Reference in new issue
Block a user