Skip to content

Commit d455567

Browse files
committed
Fix test
1 parent 9e4b35c commit d455567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testscripts/init/empty.test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ exists devbox.json
66

77
json.superset devbox.json expected.json
88

9-
# Second init should be an error.
10-
! exec devbox init
9+
# Second init should be a no-op with a warning
10+
exec devbox init
1111
stderr 'devbox.json already exists in'
1212

1313
-- expected.json --

0 commit comments

Comments
 (0)