Files
gvm/tests/gvm_version
T
2012-03-01 22:18:56 -08:00

5 lines
83 B
Bash
Executable File

#!/bin/bash -ex
TEST_OUTPUT=`gvm version`
[ "$TEST_OUTPUT" != "" ]
echo "Success!"