Просмотр исходного кода

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

Ludovic Courtès лет назад: 14
Родитель
Сommit
52dd6fccd7
1 измененных файлов с 1 добавлено и 1 удалено
  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;
 }