2 # SPDX-License-Identifier: GPL-2.0
4 source _debugfs_common.sh
6 # Test duplicated context creation
7 # ================================
9 if ! echo foo
> "$DBGFS/mk_contexts"
11 echo "context creation failed"
15 if echo foo
> "$DBGFS/mk_contexts" 2> /dev
/null
17 echo "duplicate context creation success"
21 if ! echo foo
> "$DBGFS/rm_contexts"
23 echo "context deletion failed"