• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2# SPDX-License-Identifier: GPL-2.0-or-later
3# Copyright (c) 2022 FUJITSU LIMITED. All rights reserved.
4
5TST_TESTFUNC=do_test
6TST_NEEDS_KCONFIGS="CONFIG_EXT4_FS : CONFIG_XFS_FS"
7. tst_test.sh
8
9do_test()
10{
11	tst_res TFAIL "invalid kconfig delimter"
12}
13
14tst_run
15