Changeset 56738 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jul 1, 2015 8:35:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r56735 r56738 1561 1561 tdStepRequireMinimumApiVer(5.0), # 4.3 is buggy! 1562 1562 tdStepSessionBulkEnv(['2=1+1', 'FOO=doofus2', ]), 1563 tdStepSessionCheckEnv(['2=1+1', 'FOO=doofus2' , 'TMPDIR=/tmp', 'foo=bar2']),1563 tdStepSessionCheckEnv(['2=1+1', 'FOO=doofus2' ]), 1564 1564 ]), 1565 1565 # Invalid variable names.
Note:
See TracChangeset
for help on using the changeset viewer.