split windows test

This commit is contained in:
Shreyas Goenka 2025-03-05 11:08:09 +01:00
parent 39ec48a602
commit 2c773683bc
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
12 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[[Repls]]
Old = "%PATH%"
New = "$PATH"

View File

@ -0,0 +1,3 @@
[[Repls]]
Old = "%PATH%"
New = "$PATH"

View File

@ -0,0 +1,4 @@
[GOOS]
windows = false
linux = true
darwin = true

View File

@ -0,0 +1,2 @@
bundle:
name: foobar

View File

@ -0,0 +1,8 @@
>>> cd a/b/c
>>> pwd
[TMPDIR]/a/b/c
>>> [CLI] bundle exec -- pwd
[TMPDIR]

View File

@ -0,0 +1,6 @@
trace cd a/b/c
trace pwd
# Scripts that bundle exec executes should run from the bundle root.
trace $CLI bundle exec -- dir

View File

@ -0,0 +1,4 @@
[GOOS]
windows = true
linux = false
darwin = false