grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/tests/foad1.sh


From: Julian Foad
Subject: Changes to grep/tests/foad1.sh
Date: Thu, 28 Apr 2005 11:17:14 -0400

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

[Prev in Thread] Current Thread [Next in Thread]