浏览代码

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:
 enodev:
 	/* No one can execute that task, this is not a bug, just an incomplete
 	/* No one can execute that task, this is not a bug, just an incomplete
 	 * test :) */
 	 * test :) */
-	return 0;
+	return 77;
 }
 }