[njs] Test262: renaming fs tests.
noreply at nginx.com
noreply at nginx.com
Thu Dec 19 20:19:04 UTC 2024
details: https://github.com/nginx/njs/commit/dfec49b18644559a7e90395203aedc16200761db
branches: master
commit: dfec49b18644559a7e90395203aedc16200761db
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Wed, 4 Dec 2024 18:00:57 -0800
description:
Test262: renaming fs tests.
---
test/fs/{promises_02.t.mjs => access.t.mjs} | 0
test/fs/{promises_05.t.mjs => mkdir.t.mjs} | 0
test/fs/{promises_08.t.mjs => mkdir2.t.mjs} | 0
test/fs/{promises_01.t.mjs => read_write.t.mjs} | 0
test/fs/{promises_07.t.mjs => readdir.t.mjs} | 0
test/fs/{promises_04.t.mjs => realpath.t.mjs} | 0
test/fs/{promises_06.t.mjs => rename.t.mjs} | 0
test/fs/{promises_09.t.mjs => rmdir.t.mjs} | 0
test/fs/{promises_03.t.mjs => unlink.t.mjs} | 0
9 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/test/fs/promises_02.t.mjs b/test/fs/access.t.mjs
similarity index 100%
rename from test/fs/promises_02.t.mjs
rename to test/fs/access.t.mjs
diff --git a/test/fs/promises_05.t.mjs b/test/fs/mkdir.t.mjs
similarity index 100%
rename from test/fs/promises_05.t.mjs
rename to test/fs/mkdir.t.mjs
diff --git a/test/fs/promises_08.t.mjs b/test/fs/mkdir2.t.mjs
similarity index 100%
rename from test/fs/promises_08.t.mjs
rename to test/fs/mkdir2.t.mjs
diff --git a/test/fs/promises_01.t.mjs b/test/fs/read_write.t.mjs
similarity index 100%
rename from test/fs/promises_01.t.mjs
rename to test/fs/read_write.t.mjs
diff --git a/test/fs/promises_07.t.mjs b/test/fs/readdir.t.mjs
similarity index 100%
rename from test/fs/promises_07.t.mjs
rename to test/fs/readdir.t.mjs
diff --git a/test/fs/promises_04.t.mjs b/test/fs/realpath.t.mjs
similarity index 100%
rename from test/fs/promises_04.t.mjs
rename to test/fs/realpath.t.mjs
diff --git a/test/fs/promises_06.t.mjs b/test/fs/rename.t.mjs
similarity index 100%
rename from test/fs/promises_06.t.mjs
rename to test/fs/rename.t.mjs
diff --git a/test/fs/promises_09.t.mjs b/test/fs/rmdir.t.mjs
similarity index 100%
rename from test/fs/promises_09.t.mjs
rename to test/fs/rmdir.t.mjs
diff --git a/test/fs/promises_03.t.mjs b/test/fs/unlink.t.mjs
similarity index 100%
rename from test/fs/promises_03.t.mjs
rename to test/fs/unlink.t.mjs
More information about the nginx-devel
mailing list