diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/dd/no-allocate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dd/no-allocate.sh b/tests/dd/no-allocate.sh index c9df21d40..6746d5c70 100755 --- a/tests/dd/no-allocate.sh +++ b/tests/dd/no-allocate.sh @@ -43,7 +43,7 @@ check_dd_seek_alloc() { timeout 10 dd count=1 if=/dev/zero of=tape& # Allocate buffer and read from the "tape" - (ulimit -v $vm \ + (ulimit -v $(($vm+4000)) \ && timeout 10 dd $dd_buf=30M $dd_op=1 count=0 $dd_file=tape) local ret=$? |
