vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Sep 8 19:06:51 2016 +0200| [cabfa59028ba140e070038fb00878857708b503f] | committer: Jean-Baptiste Kempf
test crypto: return 77 when skipped > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cabfa59028ba140e070038fb00878857708b503f --- test/src/crypto/update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/crypto/update.c b/test/src/crypto/update.c index e5a92bc..a1b3e79 100644 --- a/test/src/crypto/update.c +++ b/test/src/crypto/update.c @@ -28,7 +28,7 @@ int main(void) { fprintf(stderr, "Update checking disabled, not testing.\n"); - return 0; + return 77; } #else _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
