Skip to content

Commit

Permalink
Remove shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored Sep 9, 2024
1 parent 033d531 commit 683de40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions framework/lib/test_generation/bin/randoop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ ERR_BASE_NAME=ErrorTest
#shellcheck disable=SC2153 # D4J_DIR_TESTGEN_LIB is not a typo of D4J_DIR_TESTGEN_BIN
version=$(java -cp "$D4J_DIR_TESTGEN_LIB/randoop-current.jar" randoop.main.Main | head -1)
printf "\n(%s)" "$version" >&2
# shellcheck disable=SC1083
printf ".%.0s" {1..expr 73 - length "$version"} >&2
printf ".%.0s" \{1..expr 73 - length "$version"\} >&2
printf " " >&2

# The most common package in file $D4J_FILE_TARGET_CLASSES.
Expand Down

0 comments on commit 683de40

Please sign in to comment.