]> the.earth.li Git - onak.git/blobdiff - t/all-040-index-text.t
Pass config file name into test scripts
[onak.git] / t / all-040-index-text.t
index f5b1c14e1c82ed3e0cd16ad237c1cca48c731147..af82b9e3961861ee43d549b1c1c07905b62e3003 100755 (executable)
@@ -5,13 +5,13 @@ set -e
 
 # Backends should really support this, but the file one is as simple as
 # possible, so doesn't. Skip the test for it.
-if [ "$1" = "file" ]; then
+if [ "$2" = "file" ]; then
        exit 0
 fi
 
 cd t
-../onak -b -c test.conf add < ../keys/noodles.key
-if ! ../onak -c test.conf index noodles 2> /dev/null | \
+../onak -b -c $1 add < ../keys/noodles.key
+if ! ../onak -c $1 index noodles 2> /dev/null | \
        grep -q -- 'pub   4096R/2DA8B985 2008/06/03 Jonathan McDowell'; then
        echo "* Did not correctly retrieve key by text"
        exit 1