diff options
author | davidovski <david@davidovski.xyz> | 2022-04-20 17:15:01 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-04-20 17:15:01 +0100 |
commit | 1f64e717bd8740ee1061e9d85b2914abaaecf8e8 (patch) | |
tree | 3a4e60e5b4a1dbb9506bc6adc4855d2545cc5eeb /test | |
parent | 452569e48456f1876fcb96b6e1f03a7118b91f6c (diff) |
fixed testsv1.2.4
Diffstat (limited to 'test')
-rwxr-xr-x | test/parseconf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { |