blob: 917e14ab1d6c967f349d363634e61f4a639ab724 [file] [log] [blame]
#!/usr/bin/env bash
source bashUtilities.shsource
T1="some value"
assertNotEmpty T1
echo "Should see this line"
function testDiagMsg
{
assertNotEmpty T2
echo "Should NOT see this line"
}
testDiagMsg