summaryrefslogtreecommitdiff
path: root/src/tests/debugallocation_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/debugallocation_test.sh')
-rwxr-xr-xsrc/tests/debugallocation_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/debugallocation_test.sh b/src/tests/debugallocation_test.sh
index 5d9bd8b..faa6c79 100755
--- a/src/tests/debugallocation_test.sh
+++ b/src/tests/debugallocation_test.sh
@@ -65,7 +65,7 @@ OneDeathTest() {
}
death_test_num=0 # which death test to run
-while /bin/true; do
+while :; do # same as 'while true', but more portable
echo -n "Running death test $death_test_num..."
output="`OneDeathTest $death_test_num`"
case $output in