Skip to content

Commit

Permalink
runtests: fix one shell check SC2035 issue
Browse files Browse the repository at this point in the history
Signed-off-by: Pengfei Xu <[email protected]>
  • Loading branch information
xupengfe authored and ysun committed Apr 19, 2024
1 parent f2d9af6 commit 495efce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ test_all() {
local test_file_type=$1

# Don't quote */, otherwise it could not list all folders.
SUB_FOLDERS=$(ls -1 -d */)
SUB_FOLDERS=$(ls -1 -d -- */)

prepare_files_list "$test_file_type"
CMDFILES="$TEST_FILES"
Expand Down

0 comments on commit 495efce

Please sign in to comment.