aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/hello_world/run_mambo_hello_world.sh3
-rwxr-xr-xtest/hello_world/run_mambo_p9_hello_world.sh3
-rwxr-xr-xtest/run_mambo_boot_test.sh3
-rwxr-xr-xtest/sreset_world/run_mambo_p9_sreset.sh3
-rwxr-xr-xtest/sreset_world/run_mambo_sreset.sh3
5 files changed, 0 insertions, 15 deletions
diff --git a/test/hello_world/run_mambo_hello_world.sh b/test/hello_world/run_mambo_hello_world.sh
index 54d445b..d3dbf1f 100755
--- a/test/hello_world/run_mambo_hello_world.sh
+++ b/test/hello_world/run_mambo_hello_world.sh
@@ -31,7 +31,6 @@ else
fi
# Currently getting some core dumps from mambo, so disable them!
-OLD_ULIMIT_C=$(ulimit -c)
ulimit -c 0
t=$(mktemp) || exit 1
@@ -59,8 +58,6 @@ if [ $r != 0 ]; then
exit $r
fi
-ulimit -c $OLD_ULIMIT_C
-
rm -f -- "$t"
trap - EXIT
exit 0;
diff --git a/test/hello_world/run_mambo_p9_hello_world.sh b/test/hello_world/run_mambo_p9_hello_world.sh
index 9560527..75c5ee7 100755
--- a/test/hello_world/run_mambo_p9_hello_world.sh
+++ b/test/hello_world/run_mambo_p9_hello_world.sh
@@ -30,7 +30,6 @@ else
fi
# Currently getting some core dumps from mambo, so disable them!
-OLD_ULIMIT_C=$(ulimit -c)
ulimit -c 0
t=$(mktemp) || exit 1
@@ -58,8 +57,6 @@ if [ $r != 0 ]; then
exit $r
fi
-ulimit -c $OLD_ULIMIT_C
-
rm -f -- "$t"
trap - EXIT
exit 0;
diff --git a/test/run_mambo_boot_test.sh b/test/run_mambo_boot_test.sh
index adff180..9899bde 100755
--- a/test/run_mambo_boot_test.sh
+++ b/test/run_mambo_boot_test.sh
@@ -38,7 +38,6 @@ if [ -z "$SKIBOOT_MEM_DUMP" ]; then
fi
# Currently getting some core dumps from mambo, so disable them!
-OLD_ULIMIT_C=$(ulimit -c)
ulimit -c 0
t=$(mktemp) || exit 1
@@ -66,8 +65,6 @@ if [ $r != 0 ]; then
exit $r
fi
-ulimit -c $OLD_ULIMIT_C
-
rm -f -- "$t"
trap - EXIT
exit 0
diff --git a/test/sreset_world/run_mambo_p9_sreset.sh b/test/sreset_world/run_mambo_p9_sreset.sh
index 926ce3e..bae72e7 100755
--- a/test/sreset_world/run_mambo_p9_sreset.sh
+++ b/test/sreset_world/run_mambo_p9_sreset.sh
@@ -30,7 +30,6 @@ else
fi
# Currently getting some core dumps from mambo, so disable them!
-OLD_ULIMIT_C=$(ulimit -c)
ulimit -c 0
t=$(mktemp) || exit 1
@@ -70,8 +69,6 @@ if [ $r != 0 ]; then
exit $r
fi
-ulimit -c $OLD_ULIMIT_C
-
rm -f -- "$t"
trap - EXIT
exit 0;
diff --git a/test/sreset_world/run_mambo_sreset.sh b/test/sreset_world/run_mambo_sreset.sh
index 8fba5eb..24a8a93 100755
--- a/test/sreset_world/run_mambo_sreset.sh
+++ b/test/sreset_world/run_mambo_sreset.sh
@@ -31,7 +31,6 @@ else
fi
# Currently getting some core dumps from mambo, so disable them!
-OLD_ULIMIT_C=$(ulimit -c)
ulimit -c 0
t=$(mktemp) || exit 1
@@ -71,8 +70,6 @@ if [ $r != 0 ]; then
exit $r
fi
-ulimit -c $OLD_ULIMIT_C
-
rm -f -- "$t"
trap - EXIT
exit 0;