##// END OF EJS Templates
tests: add req on bash for test-transaction-rollback-on-sigpipe (issue6429)...
Augie Fackler -
r48081:97f04eaa default
parent child Browse files
Show More
@@ -1129,3 +1129,8 b' def has_lzma():'
1129 1129 return True
1130 1130 except ImportError:
1131 1131 return False
1132
1133
1134 @check("bash", "bash shell")
1135 def has_bash():
1136 return matchoutput("bash -c 'echo hi'", b'^hi$')
@@ -1,3 +1,4 b''
1 #require bash
1 2 Test that, when an hg push is interrupted and the remote side recieves SIGPIPE,
2 3 the remote hg is able to successfully roll back the transaction.
3 4
General Comments 0
You need to be logged in to leave comments. Login now