diff options
Diffstat (limited to 'test/run-test')
| -rwxr-xr-x | test/run-test | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/run-test b/test/run-test index 73ffc3129f..2ef3ab189a 100755 --- a/test/run-test +++ b/test/run-test @@ -469,9 +469,6 @@ if echo "$test_dir" | grep 089; then file_size_limit=5120 elif echo "$test_dir" | grep 083; then file_size_limit=5120 -elif echo "$test_dir" | grep 115; then -# Native bridge test copies libarttest.so into its directory, which needs 2MB already. - file_size_limit=5120 fi if ! ulimit -S "$file_size_limit"; then echo "ulimit file size setting failed" |