summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-04-26 16:50:23 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-04-26 16:50:23 (GMT)
commit1f50cb8818f1325729eef9e64e36793ba600b85d (patch)
treea42749442a9b8fdfb1b791c575e8a2030daa0fd4 /test
parent3ffee7b42004a6705bb890763dd132f608b4b289 (diff)
downloadSCons-1f50cb8818f1325729eef9e64e36793ba600b85d.zip
SCons-1f50cb8818f1325729eef9e64e36793ba600b85d.tar.gz
SCons-1f50cb8818f1325729eef9e64e36793ba600b85d.tar.bz2
Fix test to use path to python being used wrather than hardcoded linux path
Diffstat (limited to 'test')
-rw-r--r--test/explain/basic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/explain/basic.py b/test/explain/basic.py
index bd474bb..0d4f0ef 100644
--- a/test/explain/basic.py
+++ b/test/explain/basic.py
@@ -332,7 +332,7 @@ scons: rebuilding `file3' because:
Old:zzz New:xxx
->Depends
->Implicit
- Old:/usr/bin/python New:/usr/bin/python
+ Old:%(_python_)s New:%(_python_)s
%(_python_)s %(cat_py)s file3 zzz yyy xxx
""" % locals())