projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix tests: path change because they're now run under ccanlint (from their dir)
[ccan]
/
ccan
/
ciniparser
/
test
/
run.c
diff --git
a/ccan/ciniparser/test/run.c
b/ccan/ciniparser/test/run.c
index 5fe67b467010aee2655532ca13e4b1c1312d62b7..d918148b930a0d5d508a99796b2b5fd9b95d92ed 100644
(file)
--- a/
ccan/ciniparser/test/run.c
+++ b/
ccan/ciniparser/test/run.c
@@
-22,7
+22,7
@@
int main(int argc, char * argv[])
double dtmp;
if (argc < 2)
- ini_name = "
ccan/ciniparser/
test/test.ini";
+ ini_name = "test/test.ini";
else
ini_name = argv[1] ;