diff options
author | Omar Rizwan <omar@omar.website> | 2020-12-29 14:16:25 -0800 |
---|---|---|
committer | Omar Rizwan <omar@omar.website> | 2020-12-29 14:16:25 -0800 |
commit | 1185e6885c1dc935592ad14cb0955a9d57dc20e7 (patch) | |
tree | bdc1be74c35c0a16d7aac8ca3e733d8f4527c1a4 /test | |
parent | 6c56c525f22ae97977c466c25e3726a23fa04887 (diff) |
ability to read scripts/file with path filtering
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 1 |
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); } |