Merge now requires program name
This commit is contained in:
parent
2038a2ecb9
commit
29dc7a3e9e
|
@ -285,7 +285,7 @@ function setUp () {
|
|||
# This test has to be done everytime in order for osync executable to be fresh
|
||||
function test_Merge () {
|
||||
cd "$DEV_DIR"
|
||||
./merge.sh
|
||||
./merge.sh osync
|
||||
assertEquals "Merging code" "0" $?
|
||||
|
||||
cd "$OSYNC_DIR"
|
||||
|
|
Loading…
Reference in New Issue