Skip to content

Commit

Permalink
try 13
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Nov 7, 2023
1 parent dfd6cc2 commit aaa38d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_std.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ function test_os()
[buf, err] = os.readlink(link_path);
assert(err, 0);
assert(buf, fname);
}

assert(os.remove(link_path) === 0);
assert(os.remove(link_path) === 0);
}

[buf, err] = os.getcwd();
assert(err, 0);
Expand Down Expand Up @@ -281,6 +281,6 @@ test_file2();
test_getline();
test_popen();
test_os();
test_os_exec();
!isWin && test_os_exec();
test_timer();
test_ext_json();

0 comments on commit aaa38d5

Please sign in to comment.