From 1f64e717bd8740ee1061e9d85b2914abaaecf8e8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 20 Apr 2022 17:15:01 +0100 Subject: fixed tests --- test/parseconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/parseconf.sh') diff --git a/test/parseconf.sh b/test/parseconf.sh index 0a87188..ab28721 100755 --- a/test/parseconf.sh +++ b/test/parseconf.sh @@ -1,6 +1,6 @@ #!/bin/sh -PARSECONF="./src/parseconf.sh" +PARSECONF="./dist/parseconf" SIMPLECONF="./test/simple.conf" test_simple_loading () { -- cgit v1.2.1