Explorar o código

datawizard/scratch: Return 77 ("skipped") when we can't conclude.

Ludovic Courtès %!s(int64=14) %!d(string=hai) anos
pai
achega
52dd6fccd7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/datawizard/scratch.c

+ 1 - 1
tests/datawizard/scratch.c

@@ -104,5 +104,5 @@ int main(int argc, char **argv)
 enodev:
 	/* No one can execute that task, this is not a bug, just an incomplete
 	 * test :) */
-	return 0;
+	return 77;
 }