[vlc-commits] test crypto: return 77 when skipped
Jean-Baptiste Kempf
git at videolan.org
Thu Sep 8 19:10:01 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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
More information about the vlc-commits
mailing list