]> the.earth.li Git - onak.git/blobdiff - t/fs-000-add.t
Pass config file name into test scripts
[onak.git] / t / fs-000-add.t
index c20231e61b0f0b04cf0b2fb373a773b61b7a7aad..1864417c57726d99c6cc1bd47ea81c22c997a01f 100755 (executable)
@@ -4,7 +4,7 @@
 set -e
 
 cd t
-../onak -b -c test.conf add < ../keys/noodles.key
+../onak -b -c $1 add < ../keys/noodles.key
 if [ ! -e db/key/2D/A8/2DA8B985/94FA372B2DA8B985 ]; then
        echo Did not correctly add key using fs backend.
        exit 1