Skip to content
Snippets Groups Projects
Unverified Commit 58a48430 authored by Weronika Lewandowska's avatar Weronika Lewandowska Committed by GitHub
Browse files

Merge pull request #4933 from pbalcer/fix-usc-permission-check

test: fix usc permission check tool
parents ac22bbe7 c214cbc3
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ main(int argc, char *argv[])
}
uint64_t usc;
int fd = os_open(argv[0], O_RDONLY);
int fd = os_open(argv[1], O_RDONLY);
if (fd < 0) {
perror("open");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment