about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-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" && {