summaryrefslogtreecommitdiff
path: root/utils/lit/tests/shell-parsing.py
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-08-14 05:07:09 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-08-14 05:07:09 +0000
commit6b78ef3762d0b48ac4493e81599be7af1491f8a6 (patch)
tree6a5888dd58645c1472738ab9cfc6923bec4cb30a /utils/lit/tests/shell-parsing.py
parent5403214852da123d09b91377ad0fa4543afc816c (diff)
downloadllvm-6b78ef3762d0b48ac4493e81599be7af1491f8a6.tar.gz
llvm-6b78ef3762d0b48ac4493e81599be7af1491f8a6.tar.bz2
llvm-6b78ef3762d0b48ac4493e81599be7af1491f8a6.tar.xz
[lit] Fix tests to execute lit with same python as invoked with.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188358 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/lit/tests/shell-parsing.py')
-rw-r--r--utils/lit/tests/shell-parsing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lit/tests/shell-parsing.py b/utils/lit/tests/shell-parsing.py
index f644132f29..a07e988861 100644
--- a/utils/lit/tests/shell-parsing.py
+++ b/utils/lit/tests/shell-parsing.py
@@ -1,3 +1,3 @@
# Just run the ShUtil unit tests.
#
-# RUN: python -m lit.ShUtil
+# RUN: %{python} -m lit.ShUtil