Add unit tests for LUInstanceMultiAlloc
[ganeti-local] / autotools / check-man-dashes
index 3ddd3ba..9ad8724 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
 
-# Copyright (C) 2012 Google Inc.
+# Copyright (C) 2012, 2013 Google Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -20,5 +20,5 @@
 
 set -e
 
-! grep -F -q '\[em]' "$1" || \
+! grep -F '\[em]' "$1" || \
   { echo "Unescaped dashes found in $1, use \\-- instead of --" 1>&2; exit 1; }