chiark / gitweb /
REORG Delete everything that's not innduct or build system or changed for innduct
[innduct.git] / tests / lib / setenv.t
diff --git a/tests/lib/setenv.t b/tests/lib/setenv.t
deleted file mode 100755 (executable)
index 64d445a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/sh
-# $Id: setenv.t 7492 2006-03-19 23:07:34Z eagle $
-#
-# Wrapper around the setenv test suite to set a resource limit low enough
-# that two strings over 100KB can't both be allocated, allowing the memory
-# allocation failure code in setenv to be exercised.  Done with this
-# wrapper because ulimit is more easily portable than the corresponding C
-# code.
-
-# Find where the test suite is.
-setenv=setenv.tr
-for file in ./setenv.tr lib/setenv.tr tests/lib/setenv.tr ; do
-    [ -x $file ] && setenv=$file
-done
-
-ulimit -d 150
-exec $setenv