about summary refs log tree commit homepage
path: root/t/t3002-revactor-graceful.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t3002-revactor-graceful.sh')
-rwxr-xr-xt/t3002-revactor-graceful.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3002-revactor-graceful.sh b/t/t3002-revactor-graceful.sh
index b1512b9..2a766be 100755
--- a/t/t3002-revactor-graceful.sh
+++ b/t/t3002-revactor-graceful.sh
@@ -35,4 +35,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