diff --git a/tests/integration_test.sh b/tests/integration_test.sh index 20cf84d..eb7d045 100755 --- a/tests/integration_test.sh +++ b/tests/integration_test.sh @@ -36,7 +36,7 @@ test_ada_mv1() { # List file test_ada_list_file() { - command="ada/ada --tokenfile ${token_file} --list /${disk_path}/${dirname}/${testdir}/${testfile}" + command="ada/ada --tokenfile ${token_file} --list /${disk_path}/${dirname}/${testdir}/${testfile} --api ${api}" echo "Running command:" echo $command eval $command >${stdoutF} 2>${stderrF} @@ -373,4 +373,4 @@ tearDown() { # Load and run shunit2 -. shunit2 \ No newline at end of file +. shunit2