aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2020-12-25 00:38:55 -0800
committerOmar Rizwan <omar@omar.website>2020-12-25 00:38:55 -0800
commitb64c0f7016ae226659be00f03b617f483641603b (patch)
tree60a4140427adc0797416fb7d999fc6b4cf08f004 /test.c
parent462a657bfd61840ea05f615bc38759d8832c49c1 (diff)
add .txt extensions (it screenshots better)
Diffstat (limited to 'test.c')
-rwxr-xr-xtest.c2
1 files changed, 1 insertions, 1 deletions
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);