summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/tests/runtime_shell/in_dummy_expect.sh
blob: b754776340693e36f299f6a84bab1bdc575f5f32 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

test_in_dummy_filter_expect() {
    $FLB_BIN -c $FLB_RUNTIME_SHELL_CONF/in_dummy_expect.conf
}

# The following command launch the unit test
. $FLB_RUNTIME_SHELL_PATH/runtime_shell.env