Skip to content

Commit af75308

Browse files
committed
fixup
1 parent 738b21e commit af75308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/travis_before_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ fi
168168
if test -v TEST_OPENSSL3; then
169169
# For a branch, rebuild if the remote branch has updated.
170170
if test -v TEST_OPENSSL3_BRANCH -a -f $HOME/root/openssl-is-${TEST_OPENSSL3}; then
171-
latest=`git ls-remote -b $TEST_OPENSSL3_BRANCH https://github.com/openssl/openssl refs/heads/${TEST_OPENSSL3_BRANCH} | cut -f1`
171+
latest=`git ls-remote https://github.com/openssl/openssl refs/heads/${TEST_OPENSSL3_BRANCH} | cut -f1`
172172
: Got branch latest commit ${latest}
173173
if grep -q ^${latest} $HOME/root/openssl-is-${TEST_OPENSSL3}; then
174174
: Cached repos already at ${latest}

0 commit comments

Comments
 (0)