summaryrefslogtreecommitdiff
path: root/integration-tests/autotools-test/run-autotools-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/autotools-test/run-autotools-test.sh')
-rw-r--r--integration-tests/autotools-test/run-autotools-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/autotools-test/run-autotools-test.sh b/integration-tests/autotools-test/run-autotools-test.sh
index d2d247cee..c55b94192 100644
--- a/integration-tests/autotools-test/run-autotools-test.sh
+++ b/integration-tests/autotools-test/run-autotools-test.sh
@@ -51,7 +51,7 @@ run_test () {
echo "Running test '$element_name'"
bst_with_flags build "$element_name".bst
- bst_with_flags checkout "$element_name".bst "$test_dir"
+ bst_checkout "$element_name".bst "$test_dir"
exit=0
compare_results "$element_name" "$RESULTS" "$EXPECTED" || exit=$?