diff options
-rw-r--r-- | test/Actions/subst_shell_env.py | 6 |
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 |