about summary refs log tree commit homepage
path: root/t/t2002-thread-spawn-graceful.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t2002-thread-spawn-graceful.sh')
-rwxr-xr-xt/t2002-thread-spawn-graceful.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t2002-thread-spawn-graceful.sh b/t/t2002-thread-spawn-graceful.sh
index 1eb1047..5a02670 100755
--- a/t/t2002-thread-spawn-graceful.sh
+++ b/t/t2002-thread-spawn-graceful.sh
@@ -34,4 +34,4 @@ nr=$(sort < $curl_out | uniq | wc -l)
 
 test "$nr" -eq 1
 test x$(sort < $curl_out | uniq) = xHello
-grep -v Error $r_err
+! grep Error $r_err