Skip to content

Commit cc02a0b

Browse files
committed
test: remove ulimit -c unlimited
The core limit adjustment was added in SVN r17964 (fad8747) by Ted Kremenek. This is problematic in bash where if a `ulimit -c 0` was invoked prior to the test running, it would fail due to the failure to set the core limit to unlimited. Interestingly enough, this will be different across bash and zsh.
1 parent fd566d9 commit cc02a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interpreter/fractal.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: rm -rf %t && mkdir %t
2-
// RUN: ulimit -c unlimited && %target-jit-run %s -I %S -enable-source-import | FileCheck %s
2+
// RUN: %target-jit-run %s -I %S -enable-source-import | FileCheck %s
33
// REQUIRES: executable_test
44

55
// REQUIRES: swift_interpreter

0 commit comments

Comments
 (0)