Skip to content

Commit ffa0b0d

Browse files
committed
Fix tests.
1 parent b3c00b7 commit ffa0b0d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

internal/devbox/testdata/shellrc/basic/shellrc.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ export simple="value";
88
export space="quote me";
99
export special="\$\`\"\\";
1010

11-
# Prepend to the prompt to make it clear we're in a devbox shell.
11+
# If the user hasn't specified they want to handle the prompt themselves,
12+
# prepend to the prompt to make it clear we're in a devbox shell.
1213
export PS1="(devbox) $PS1"
1314

1415
# End Devbox Post-init Hook

internal/devbox/testdata/shellrc/noshellrc/shellrc.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33

44

5-
# Prepend to the prompt to make it clear we're in a devbox shell.
5+
# If the user hasn't specified they want to handle the prompt themselves,
6+
# prepend to the prompt to make it clear we're in a devbox shell.
67
export PS1="(devbox) $PS1"
78

89
# End Devbox Post-init Hook

0 commit comments

Comments
 (0)