From 37155fc791f1af0e81255e0f49aff33fa9ff10b1 Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Tue, 26 Mar 2024 08:57:50 -0500 Subject: Fix test Update references to 'autoupdate' to use the new command name. --- src/test/test_autoupdate.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/test/test_autoupdate.sh b/src/test/test_autoupdate.sh index 80ffa1b..e1dab98 100644 --- a/src/test/test_autoupdate.sh +++ b/src/test/test_autoupdate.sh @@ -16,7 +16,7 @@ TEST_DIR="$( mktemp \ --directory \ --tmpdir="$TMP" \ - autoupdate.XXXXXX + slack-autoupdate.XXXXXX )" || exit 1 trap "rm -fr $TEST_DIR" EXIT @@ -81,16 +81,16 @@ echo "Preparing sbotools test case" ) echo "" -echo "Running autoupdate..." +echo "Running slack-autoupdate..." echo "" # Display a helpful message and successful exit code by tracking total success. TESTS_PASS=true -if ! $INSTANCE bash $(dirname "${BASH_SOURCE[0]}")/../autoupdate; then +if ! $INSTANCE bash $(dirname "${BASH_SOURCE[0]}")/../slack-autoupdate; then TESTS_PASS=false - echo "autoupdate failed" + echo "slack-autoupdate failed" cat "$TEST_DIR/$PACKAGE_DIR/error.txt" elif [ -f "$TEST_DIR/$PACKAGE_DIR/error.txt" ]; then TESTS_PASS=false -- cgit v1.2.3