Revert "split windows test"

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +0,0 @@
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

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