about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-28 23:32:26 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-28 23:32:26 +0000
commitc3982b7c043effcfa897086a221567c035603352 (patch)
treef4bfca2e20d3c365b3e8a823aaccdee2bb5e81eb
parent65f251070ce9b61a9049cb413fccffdfa11e7a70 (diff)
downloadrainbows-c3982b7c043effcfa897086a221567c035603352.tar.gz
Race conditions abound in the world of concurrency!
-rw-r--r--t/t0044-autopush.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t0044-autopush.sh b/t/t0044-autopush.sh
index 5017067..9faa61a 100644
--- a/t/t0044-autopush.sh
+++ b/t/t0044-autopush.sh
@@ -49,8 +49,8 @@ check_TCP_CORK () {
         done
 
         test 2 -eq $(grep TCP_CORK $strace_out | wc -l)
-        fgrep 'SOL_TCP, TCP_CORK, [0], 4) = 0' $strace_out
-        fgrep 'SOL_TCP, TCP_CORK, [1], 4) = 0' $strace_out
+        fgrep 'SOL_TCP, TCP_CORK, [0],' $strace_out
+        fgrep 'SOL_TCP, TCP_CORK, [1],' $strace_out
 }
 
 t_begin "setup and start" && {