Index: tests/fullrun/tests/test_mt_vars/currentisblah.sh ================================================================== --- tests/fullrun/tests/test_mt_vars/currentisblah.sh +++ tests/fullrun/tests/test_mt_vars/currentisblah.sh @@ -1,3 +1,5 @@ #!/usr/bin/env bash - +set -x +set -f +pwd grep CURRENT megatest.sh | grep /tmp/nada Index: tests/fullrun/tests/test_mt_vars/testconfig ================================================================== --- tests/fullrun/tests/test_mt_vars/testconfig +++ tests/fullrun/tests/test_mt_vars/testconfig @@ -1,10 +1,13 @@ [setup] [ezsteps] lookittmp ls /tmp -lookithome ls /home +lookithome ls $HOME + +testsimple sh -c "exit 0" + # $CURRENT should be /tmp/nada currentisblah currentisblah.sh # $BOGOUS should NOT be set bogousnotset bogousnotset.sh