mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
11 lines
361 B
Diff
11 lines
361 B
Diff
diff --git a/test-suite/standalone/test-out-of-memory b/test-suite/standalone/test-out-of-memory
|
|
index 2216512..0ed6079 100755
|
|
--- a/test-suite/standalone/test-out-of-memory
|
|
+++ b/test-suite/standalone/test-out-of-memory
|
|
@@ -5,2 +5,5 @@ exec guile -q -s "$0" "$@"
|
|
|
|
+; Gentoo's sandbox does not handle OOM gracefully
|
|
+(exit 77)
|
|
+
|
|
(unless (defined? 'setrlimit)
|