Przeglądaj źródła

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

Ludovic Courtès 14 lat temu
rodzic
commit
52dd6fccd7
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 }