Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoreutarass2010-07-18 21:19:32 +0000
committereutarass2010-07-18 21:19:32 +0000
commitc5434257d378b08bdf3b2352e30427185d911525 (patch)
tree10165df620f23a89eddaf76311a4118f58da796f /tests
parentbc28f9be1d38e05b67f42cb6772b590b11808399 (diff)
downloadorg.eclipse.tcf-c5434257d378b08bdf3b2352e30427185d911525.tar.gz
org.eclipse.tcf-c5434257d378b08bdf3b2352e30427185d911525.tar.xz
org.eclipse.tcf-c5434257d378b08bdf3b2352e30427185d911525.zip
Fixed syntax error in the test script
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-all b/tests/test-all
index aeab932ab..618e7651a 100755
--- a/tests/test-all
+++ b/tests/test-all
@@ -6,7 +6,7 @@ then
exit 1
fi
-if [ -z "$VBOXUSER" }
+if [ -z "$VBOXUSER" ]
then
echo "VBOXUSER is not defined"
exit 1

Back to the top