vaseboot/tests/VasEBoot_script_eval.in

15 lines
185 B
Plaintext

#! @builddir@/VasEBoot-shell-tester
eval echo "Hello world"
valname=tst
eval $valname=hi
echo $tst
if eval "
false
"; then
echo should have failed
else
echo failed as expected
fi