summaryrefslogtreecommitdiffstats
path: root/test/tape-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tape-test.c')
-rw-r--r--test/tape-test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/tape-test.c b/test/tape-test.c
index 7d0f7df..f74167f 100644
--- a/test/tape-test.c
+++ b/test/tape-test.c
@@ -10,6 +10,5 @@ extern int main(int argc, char* argv[]) {
// bvr_var_set("ab", "123");
// printf("%s\n", bvr_var_get("abc"));
// printf("%s\n", bvr_var_get("ab"));
- bvr_compose_page(argv[1], 0, argv[2]);
- return 1;
+ return bvr_compose_page(argv[1], 0, argv[2]);
}