Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Dec 20, 2024
1 parent 107d79b commit 16cd593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bash-config/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source dev-container-features-test-lib
# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
# check <LABEL> <cmd> [args...]
check "execute command" bash -c "test $HISTFILE == $CONFIG_FOLDER/.bash_eternal_history"
check "execute command" bash -c "test $GIT_EDITOR == 'code --wait'"
check "execute command" bash -c "test \"$GIT_EDITOR\" == 'code --wait'"

# Report results
# If any of the checks above exited with a non-zero exit code, the test will fail.
Expand Down

0 comments on commit 16cd593

Please sign in to comment.