Parcourir la source

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

Ludovic Courtès il y a 14 ans
Parent
commit
52dd6fccd7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 }