diff options
author | cjihrig <cjihrig@gmail.com> | 2020-01-08 20:29:51 -0500 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2020-01-16 01:39:05 -0500 |
commit | 69c4f229cb964dca8697f6785d6c9ac5b99fbc08 (patch) | |
tree | 60c24d5e07746a8352878848abcb1ca16c421c82 /test/fixtures | |
parent | 4259afe583a06f180a843d9559f8327c3c095ff1 (diff) | |
download | node-new-69c4f229cb964dca8697f6785d6c9ac5b99fbc08.tar.gz |
test: remove unused symlink loop
This symlink loop was originally intended to be accessed from
a test. Instead, a loop is created by the test itself, but this
was unfortunately forgotten about. It's unused, so remove it.
PR-URL: https://github.com/nodejs/node/pull/31267
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'test/fixtures')
l--------- | test/fixtures/wasi/subdir/loop1 | 1 | ||||
l--------- | test/fixtures/wasi/subdir/loop2 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/fixtures/wasi/subdir/loop1 b/test/fixtures/wasi/subdir/loop1 deleted file mode 120000 index 433d7fdbce..0000000000 --- a/test/fixtures/wasi/subdir/loop1 +++ /dev/null @@ -1 +0,0 @@ -./loop2
\ No newline at end of file diff --git a/test/fixtures/wasi/subdir/loop2 b/test/fixtures/wasi/subdir/loop2 deleted file mode 120000 index 2907735afc..0000000000 --- a/test/fixtures/wasi/subdir/loop2 +++ /dev/null @@ -1 +0,0 @@ -./loop1
\ No newline at end of file |