diff options
Diffstat (limited to 'tests/04_search')
-rw-r--r-- | tests/04_search | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/04_search b/tests/04_search deleted file mode 100644 index c3600c1..0000000 --- a/tests/04_search +++ /dev/null @@ -1,22 +0,0 @@ -#!/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 |