Index: grep/tests/foad1.sh
diff -u grep/tests/foad1.sh:1.4 grep/tests/foad1.sh:1.5
--- grep/tests/foad1.sh:1.4     Wed Apr 27 20:30:53 2005
+++ grep/tests/foad1.sh Thu Apr 28 15:17:14 2005
@@ -17,7 +17,7 @@
   EXPECT="$2"
   shift 2
   OUTPUT=`echo -n "$INPUT" | tr "/" "\n" | "$GREP" "$@" | tr "\n" "/"`
-  if test "$OUTPUT" != "$EXPECT" || test "$VERBOSE" == "1"; then
+  if test "$OUTPUT" != "$EXPECT" || test "$VERBOSE" = "1"; then
     echo "Testing:  $GREP $@"
     echo "  input:  \"$INPUT\""
     echo "  output: \"$OUTPUT\""


Reply via email to