chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import Darwin
|
||||
import Testing
|
||||
@testable import CodexBarCore
|
||||
|
||||
@Suite(.serialized)
|
||||
struct ShellCommandForegroundTests {
|
||||
@Test
|
||||
func `shell probe requests a detached session`() {
|
||||
let flags = ShellCommandLocator.test_shellSpawnFlags
|
||||
|
||||
#expect(flags & Int16(POSIX_SPAWN_SETSID) != 0)
|
||||
#expect(flags & Int16(POSIX_SPAWN_SETPGROUP) == 0)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user