diff options
Diffstat (limited to 'test/Scripts/ignore')
-rwxr-xr-x | test/Scripts/ignore | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/Scripts/ignore b/test/Scripts/ignore deleted file mode 100755 index 865ae4df1b..0000000000 --- a/test/Scripts/ignore +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# -# Program: ignore -# -# Synopsis: Ignore the result code of the command and always return 0 -# -# Syntax: ignore command <arguments> - -"$@" || exit 0 && exit 0 -exit 0 |