From 46421fedf6fe291bfcb63482f3bfa9bb2c7fdff6 Mon Sep 17 00:00:00 2001 From: gramanas Date: Tue, 23 Oct 2018 17:42:28 +0300 Subject: Remove site clutter and rename test folder (tests -> test) --- test/04_search | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/04_search (limited to 'test/04_search') diff --git a/test/04_search b/test/04_search new file mode 100644 index 0000000..c3600c1 --- /dev/null +++ b/test/04_search @@ -0,0 +1,22 @@ +#!/bin/bash + +init search + +# setup test configs +path1=$BIN/test1.conf +path2=$BIN/test2.conf +path3=$BIN/test3.conf +path4=$BIN/test4.conf + +add_config prog1 $path1 "search-term" +add_config prog1 $path2 "search-term" +add_config prog2 $path3 "search-term" +add_config prog3 $path4 "search-term" + +# delete path1 +if [[ $($BIN/ck -c $BIN search search-term | wc -l) != 4 ]]; then + err "search failed." +fi + +clear_tests +echo -e $PASS -- cgit v1.2.3