diff tests/test-hup.t @ 22046:7a9cbb315d84

tests: replace exit 80 with #require
author Matt Mackall <mpm@selenic.com>
date Wed, 06 Aug 2014 11:43:59 -0500
parents 9fae01831dea
children 581d3bc03aad
line wrap: on
line diff
--- a/tests/test-hup.t	Wed Aug 06 10:34:54 2014 -0500
+++ b/tests/test-hup.t	Wed Aug 06 11:43:59 2014 -0500
@@ -1,6 +1,7 @@
+#require serve fifo
+
 Test hangup signal in the middle of transaction
 
-  $ "$TESTDIR/hghave" serve fifo || exit 80
   $ hg init
   $ mkfifo p
   $ hg serve --stdio < p 1>out 2>&1 &