We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107d79b commit 16cd593Copy full SHA for 16cd593
test/bash-config/test.sh
@@ -11,7 +11,7 @@ source dev-container-features-test-lib
11
# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
12
# check <LABEL> <cmd> [args...]
13
check "execute command" bash -c "test $HISTFILE == $CONFIG_FOLDER/.bash_eternal_history"
14
-check "execute command" bash -c "test $GIT_EDITOR == 'code --wait'"
+check "execute command" bash -c "test \"$GIT_EDITOR\" == 'code --wait'"
15
16
# Report results
17
# If any of the checks above exited with a non-zero exit code, the test will fail.
0 commit comments