From c916d6a1f107098c7d92ff99f9c8459e7deea89e Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Tue, 30 Oct 2012 10:36:34 +0530 Subject: [PATCH] Bash is not python! Signed-off-by: Prasanna Santhanam 1351573594 +0530 --- test/setup-test-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/setup-test-data.sh b/test/setup-test-data.sh index f7bad10d9d7..844c275da7c 100755 --- a/test/setup-test-data.sh +++ b/test/setup-test-data.sh @@ -62,7 +62,7 @@ done #Damn Small Linux ISO type if [[ $HV == "kvm" ]]; then ostypeid=$(mysql -ucloud -Dcloud -pcloud -h$DB_SVR -s -N -r -e"select uuid from guest_os where display_name='CentOS 5.5 (64-bit)'") -else: +else ostypeid=$(mysql -ucloud -Dcloud -pcloud -h$DB_SVR -s -N -r -e"select uuid from guest_os where display_name='CentOS 5.3 (64-bit)'") fi if [[ $ostypeid == "" ]]; then