1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/ctdb/tests/cunit/reqid_test_001.sh
Amitay Isaacs 9fd4d07ca6 ctdb-common: Add request id abstraction
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
2015-10-07 14:53:28 +02:00

14 lines
185 B
Bash
Executable File

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
output=$(
for i in $(seq 0 1023) ; do
echo "WARNING: attempt to remove unset id $i in idtree"
done
)
ok "$output"
unit_test reqid_test