-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change from relative to absolute paths
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -585,7 +585,7 @@ assert_tar_listing( | |
"drwxr-xr-x 0 0 0 0 Jan 1 2023 lib/", | ||
"drwxr-xr-x 0 0 0 0 Jan 1 2023 lib/tests", | ||
"drwxr-xr-x 0 0 0 0 Jan 1 2023 lib/tests/tar", | ||
"l--------- 0 0 0 0 Dec 31 1969 lib/tests/tar/native_binary_bin -> lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/executable.sh", | ||
"l--------- 0 0 0 0 Dec 31 1969 lib/tests/tar/native_binary_bin -> ../native_binary_bin.runfiles/_main/lib/tests/tar/executable.sh", | ||
"drwxr-xr-x 0 0 0 0 Jan 1 2023 lib/tests/tar/native_binary_bin.runfiles", | ||
"drwxr-xr-x 0 0 0 0 Jan 1 2023 lib/tests/tar/native_binary_bin.runfiles/_main/", | ||
"drwxr-xr-x 0 0 0 0 Jan 1 2023 lib/tests/tar/native_binary_bin.runfiles/_main/lib", | ||
|
@@ -600,14 +600,14 @@ assert_tar_listing( | |
"drwxr-xr-x 0 0 0 0 Jan 1 2023 lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/node_modules/.pnpm/[email protected]", | ||
"drwxr-xr-x 0 0 0 0 Jan 1 2023 lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/node_modules/.pnpm/[email protected]/node_modules", | ||
"drwxr-xr-x 0 0 0 0 Jan 1 2023 lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/node_modules/.pnpm/[email protected]/node_modules/a", | ||
"l--------- 0 0 0 0 Dec 31 1969 lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/node_modules/.pnpm/[email protected]/node_modules/a/package.json -> lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/node_modules/.pnpm/[email protected]/node_modules/a/package.json", | ||
"l--------- 0 0 0 0 Dec 31 1969 lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/node_modules/.pnpm/[email protected]/node_modules/a/package.json -> ../../../../[email protected]/node_modules/a/package.json", | ||
"drwxr-xr-x 0 0 0 0 Jan 1 2023 lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/node_modules/a", | ||
"l--------- 0 0 0 0 Dec 31 1969 lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/node_modules/a/package.json -> lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/node_modules/.pnpm/[email protected]/node_modules/a/package.json", | ||
"l--------- 0 0 0 0 Dec 31 1969 lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/node_modules/a/package.json -> ../../.pnpm/[email protected]/node_modules/a/package.json", | ||
"drwxr-xr-x 0 0 0 0 Jan 1 2023 lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/dir", | ||
"-rwxr-xr-x 0 0 0 0 Jan 1 2023 lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/dir/a", | ||
"l--------- 0 0 0 0 Dec 31 1969 lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/dir/b -> lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/dir/a", | ||
"l--------- 0 0 0 0 Dec 31 1969 lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/dir/b -> ../a", | ||
"-rwxr-xr-x 0 0 0 0 Jan 1 2023 lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/executable.sh", | ||
"l--------- 0 0 0 0 Dec 31 1969 lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/native_binary_bin -> lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/executable.sh", | ||
"l--------- 0 0 0 0 Dec 31 1969 lib/tests/tar/native_binary_bin.runfiles/_main/lib/tests/tar/native_binary_bin -> ../executable.sh", | ||
"-rwxr-xr-x 0 0 0 0 Jan 1 2023 lib/tests/tar/native_binary_bin.runfiles/_repo_mapping", | ||
], | ||
) |