aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
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"));