diff options
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 3095e18..3af55e1 100755 --- a/test/parseconf.sh +++ b/test/parseconf.sh @@ -1,6 +1,6 @@ #!/bin/sh -PARSECONF="./src/parseconf" +PARSECONF="./src/parseconf.sh" SIMPLECONF="./test/simple.conf" |