Merge in build trunk work.
[m6w6/libmemcached] / libtest / cmdline.h
index ad1d61250665ba40d6aca4ceab1e2d4ec99f3db7..9dd9f813e82bdf307ce1b0567ce1f532b265ad32 100644 (file)
 
 #include <spawn.h>
 
+// http://www.gnu.org/software/automake/manual/automake.html#Using-the-TAP-test-protocol
+#define EXIT_SKIP 77
+#define EXIT_FATAL 77
+
 namespace libtest {
 
 class Application {
@@ -66,8 +70,7 @@ public:
 
     void reset();
     void close(const close_t& arg);
-    void dup_for_spawn(const close_t& arg,
-                       posix_spawn_file_actions_t& file_actions);
+    void dup_for_spawn(posix_spawn_file_actions_t& file_actions);
 
     void nonblock();
     void cloexec();