소스 검색

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

Ludovic Courtès 14 년 전
부모
커밋
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;
 }