diff options
Diffstat (limited to 'test.c')
-rwxr-xr-x | test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |