mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
reversed the actions on the cmp check for detecting if we're re-running
a test on the same CVS setup as previous, as they seemed to be wrong. We're not actually using the result for anything at this point though.
This commit is contained in:
parent
5f1251586b
commit
a034208a00
@ -115,11 +115,11 @@ find . -name Entries -exec cat {} \; > "$newstat"
|
||||
if [ -r "$oldstat" ]; then
|
||||
# there is a previous cvs stat file to compare with
|
||||
if { cmp "$oldstat" "$newstat"; } then
|
||||
echo "testcurl: there has been a change in the CVS"
|
||||
else
|
||||
echo "testcurl: this is the same CVS status as before"
|
||||
echo "testcurl: ALREADY TESTED THIS SETUP BEFORE"
|
||||
#die
|
||||
else
|
||||
echo "testcurl: there has been a change in the CVS"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user