aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
index 65f7c9d..b9f34b7 100644
--- a/test/test.c
+++ b/test/test.c
@@ -67,6 +67,7 @@ int main() {
assert(matches_regex(readdir(scripts)->d_name, "test\\-script.js$"));
closedir(scripts);
}
+ assert(system("cat ../fs/mnt/tabs/last-focused/debugger/scripts/*test-script.js") == 0);
assert(system("echo remove > ../fs/mnt/tabs/last-focused/control") == 0);
}