[Title]modify test script
authorshihyun <shihyun@shihyun-Samsung-Desktop-System.(none)>
Wed, 31 Jul 2013 01:34:31 +0000 (10:34 +0900)
committershihyun <shihyun@shihyun-Samsung-Desktop-System.(none)>
Wed, 31 Jul 2013 01:34:31 +0000 (10:34 +0900)
os_stubs/linux/install-manager-test.sh

index ea32aba..1e56bb6 100755 (executable)
@@ -12,6 +12,7 @@ fi
 
 cp ${imBinaryFile} ${testDir}
 
+cd ${testDir}
 echo "#!/bin/sh -ex" >> ${testScript}
 echo "./inst-manager.bin -test -remove -p all" >> ${testScript}
 echo "./inst-manager.bin -test -install -p all -r http://172.21.17.55/packages -d develop" >> ${testScript}