aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/dd/no-allocate.sh2
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=$?