aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2020-12-24 23:46:48 -0800
committerOmar Rizwan <omar@omar.website>2020-12-24 23:46:48 -0800
commit462a657bfd61840ea05f615bc38759d8832c49c1 (patch)
tree73053b8cd0168a62107a4e25e54d6d4c3ba80f95 /test.c
parent2a67a62e2167f60138dc875552634ae549a5c7f9 (diff)
remove doc/README. fix truncate on extensions/*/enabled. add timeout
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 c57f0b6..9f6c14b 100755
--- a/test.c
+++ b/test.c
@@ -24,7 +24,7 @@ char* expand(char* phrase) {
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(system("file fs/mnt/tabs/last-focused/screenshot.png") == 0); */
+ assert(system("file fs/mnt/tabs/last-focused/screenshot.png") == 0); // slow
assert(system("echo remove > fs/mnt/tabs/last-focused/control") == 0);
assert(file_contents_equal(expand("fs/mnt/extensions/TabFS*/enabled"), "true"));