Skip to content

Commit 16cd593

Browse files
committed
Fix test
1 parent 107d79b commit 16cd593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bash-config/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source dev-container-features-test-lib
1111
# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
1212
# check <LABEL> <cmd> [args...]
1313
check "execute command" bash -c "test $HISTFILE == $CONFIG_FOLDER/.bash_eternal_history"
14-
check "execute command" bash -c "test $GIT_EDITOR == 'code --wait'"
14+
check "execute command" bash -c "test \"$GIT_EDITOR\" == 'code --wait'"
1515

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

0 commit comments

Comments
 (0)