diff options
Diffstat (limited to 'third_party/git/t/chainlint/arithmetic-expansion.expect')
-rw-r--r-- | third_party/git/t/chainlint/arithmetic-expansion.expect | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/git/t/chainlint/arithmetic-expansion.expect b/third_party/git/t/chainlint/arithmetic-expansion.expect deleted file mode 100644 index 09457d319661..000000000000 --- a/third_party/git/t/chainlint/arithmetic-expansion.expect +++ /dev/null @@ -1,9 +0,0 @@ -( - foo && - bar=$((42 + 1)) && - baz ->) && -( -?!AMP?! bar=$((42 + 1)) - baz ->) |