From 9e23fc59fc8fb3ee94aca07e2a2f7fa5d309df06 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Sat, 19 Dec 2020 17:11:59 -0800 Subject: remove tab at end of test --- test.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test.c') diff --git a/test.c b/test.c index 15e2c51..a5f928e 100755 --- a/test.c +++ b/test.c @@ -15,10 +15,11 @@ int file_contents_equal(char* path, char* contents) { } // integration tests -int main() { +int main(int argc, char** argv) { assert(system("echo about:blank > fs/mnt/tabs/create") == 0); assert(file_contents_equal("fs/mnt/tabs/last-focused/url", "about:blank")); assert(system("file fs/mnt/tabs/last-focused/screenshot.png") == 0); - + assert(system("echo remove > fs/mnt/tabs/last-focused/control") == 0); + assert(1); printf("Done!\n"); } -- cgit v1.2.3