Ignore:
Timestamp:
Oct 27, 2025, 6:57:03 PM (17 hours ago)
Author:
katerina
Message:

Fix for ticket #478 (cppcheck warnings).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testrun_2g.sh

    r577 r590  
    336336        UUID=$(uuidgen)
    337337        if [ x"$1" != "xnosig" ]; then
    338             scripts/samhainadmin.pl -s ./test/gnupg/ -k 8A0B337A -m E ./file.delta >/dev/null
     338            scripts/samhainadmin.pl -k 8A0B337A -m E ./file.delta >/dev/null
    339339        fi
    340340        if [ x"$1" == "xnodelta" ]; then
     
    612612testrun2g_signrc ()
    613613{
    614     scripts/samhainadmin.pl -s ./test/gnupg/ -m R $1 >/dev/null
    615     scripts/samhainadmin.pl -s ./test/gnupg/ -k 8A0B337A -m E $1 >/dev/null
     614    scripts/samhainadmin.pl -m R $1 >/dev/null
     615    scripts/samhainadmin.pl -k 8A0B337A -m E $1 >/dev/null
    616616}
    617617
    618618testrun2g_signdb ()
    619619{
    620     scripts/samhainadmin.pl -s ./test/gnupg/ -k 8A0B337A -m E ./.samhain_file >/dev/null
     620    scripts/samhainadmin.pl -k 8A0B337A -m E ./.samhain_file >/dev/null
    621621}
    622622
Note: See TracChangeset for help on using the changeset viewer.