From b64c0f7016ae226659be00f03b617f483641603b Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Fri, 25 Dec 2020 00:38:55 -0800 Subject: add .txt extensions (it screenshots better) --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.c') diff --git a/test.c b/test.c index 9f6c14b..cb1580a 100755 --- a/test.c +++ b/test.c @@ -23,7 +23,7 @@ char* expand(char* phrase) { // integration tests int main() { assert(system("echo about:blank > fs/mnt/tabs/create") == 0); - assert(file_contents_equal("fs/mnt/tabs/last-focused/url", "about:blank")); + assert(file_contents_equal("fs/mnt/tabs/last-focused/url.txt", "about:blank")); assert(system("file fs/mnt/tabs/last-focused/screenshot.png") == 0); // slow assert(system("echo remove > fs/mnt/tabs/last-focused/control") == 0); -- cgit v1.2.3