diff --git a/examples/tests/env_variables.sh b/examples/tests/env_variables.sh index 3f52ac1accc81286c02038a2d7ca69984cb48303..79ef034bd5abf92640df60a15eff9c86b4ad168c 100755 --- a/examples/tests/env_variables.sh +++ b/examples/tests/env_variables.sh @@ -1,6 +1,6 @@ #!/bin/sh -# This test demonstrates that shell scripts have access to a lot off -# avocado runtime information, exported through environment variables. +# This test demonstrates that shell scripts have access to avocado runtime +# information, exported through environment variables. echo "Avocado Version: $AVOCADO_VERSION" echo "Avocado Test basedir: $AVOCADO_TEST_BASEDIR" echo "Avocado Test datadir: $AVOCADO_TEST_DATADIR"