Bladeren bron

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

Ludovic Courtès 14 jaren geleden
bovenliggende
commit
52dd6fccd7
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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;
 }