summaryrefslogtreecommitdiffstats
path: root/llvm/test/Scripts/grep-not
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-28 23:32:28 +0000
committerChris Lattner <sabre@nondot.org>2003-06-28 23:32:28 +0000
commit69bdc6df966a1a2dcb4be6ae4f1464698ba7702a (patch)
tree2ed4dcbfc1ec762106330dc5e461d335bbf550f0 /llvm/test/Scripts/grep-not
parent423909da4d0049be89d18a11e8f181a940aa2ff1 (diff)
downloadbcm5719-llvm-69bdc6df966a1a2dcb4be6ae4f1464698ba7702a.tar.gz
bcm5719-llvm-69bdc6df966a1a2dcb4be6ae4f1464698ba7702a.zip
Remove obsolete script
llvm-svn: 6967
Diffstat (limited to 'llvm/test/Scripts/grep-not')
-rwxr-xr-xllvm/test/Scripts/grep-not19
1 files changed, 0 insertions, 19 deletions
diff --git a/llvm/test/Scripts/grep-not b/llvm/test/Scripts/grep-not
deleted file mode 100755
index 9ea9bf0de6f..00000000000
--- a/llvm/test/Scripts/grep-not
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-#
-# Program: grep-not
-#
-# Synopsis: Search the input to the program for a regular expression, working
-# just like grep. The only difference is that we return success if
-# the pattern was not found, and failure if it was. This is useful
-# for TestRunner tests which want to make sure something DOES NOT
-# occur in the output of a command.
-#
-# Syntax: The same as grep
-
-if grep "$@"
-then exit 1
-else exit 0
-fi
-
-
-
OpenPOWER on IntegriCloud