diff options
| -rwxr-xr-x | tests/shell/testcases/maps/vmap_timeout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/maps/vmap_timeout b/tests/shell/testcases/maps/vmap_timeout index 8ac7e8e7..55d1c1b9 100755 --- a/tests/shell/testcases/maps/vmap_timeout +++ b/tests/shell/testcases/maps/vmap_timeout @@ -45,7 +45,7 @@ for i in $(seq 1 100) ; do expire=$((RANDOM%utimeout)) expire_str="" - if [ "$expires" -gt 0 ]; then + if [ "$expire" -gt 0 ]; then expire_str="expires ${expire}s" fi |
