summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2022-05-10 16:48:38 (GMT)
committerDaniel Moody <dmoody256@gmail.com>2022-05-10 16:48:38 (GMT)
commita8d29d2ddcdb846763ea176291bd18908803ed90 (patch)
tree8c9b6753c57704b7f2f7984c58dd8cb9abd8d22c
parent50fd3e098ec2271acab5a9622cb3b0191bce4455 (diff)
downloadSCons-a8d29d2ddcdb846763ea176291bd18908803ed90.zip
SCons-a8d29d2ddcdb846763ea176291bd18908803ed90.tar.gz
SCons-a8d29d2ddcdb846763ea176291bd18908803ed90.tar.bz2
update test docstring
-rw-r--r--test/Actions/subst_shell_env.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/Actions/subst_shell_env.py b/test/Actions/subst_shell_env.py
index fda3e00..9d34a2b 100644
--- a/test/Actions/subst_shell_env.py
+++ b/test/Actions/subst_shell_env.py
@@ -25,10 +25,8 @@
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
"""
-Verify that an Action list with a string command containing a Unicode file
-name, and a Python function action, works corectly. This verifies that
-the signatures of the two actions can be concatenated without encoding
-Unicode problems.
+Verify that shell environment variables can be expanded per target/source
+when exectuting actions on the command line.
"""
import os