summaryrefslogtreecommitdiff
path: root/eclass/tests/eapi8-dosym.sh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-07 09:41:52 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-07 09:41:52 +0100
commitbba809b22a050e394e6ce550572ee7f6c6e02a6e (patch)
tree123ac3c4e4e9e13431e2a29c3a6b5acb7a17e3b6 /eclass/tests/eapi8-dosym.sh
parentb33ca82bae0c6cb7b025e77445b7f9c16b8c161c (diff)
gentoo auto-resync : 07:06:2023 - 09:41:52
Diffstat (limited to 'eclass/tests/eapi8-dosym.sh')
-rwxr-xr-xeclass/tests/eapi8-dosym.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/tests/eapi8-dosym.sh b/eclass/tests/eapi8-dosym.sh
index 9290026a26de..cae66e3bb2ee 100755
--- a/eclass/tests/eapi8-dosym.sh
+++ b/eclass/tests/eapi8-dosym.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -50,8 +50,10 @@ done
teq . _dosym8_canonicalize .
teq foo _dosym8_canonicalize foo
teq foo _dosym8_canonicalize ./foo
+teq foo _dosym8_canonicalize foo/.
teq ../foo _dosym8_canonicalize ../foo
teq ../baz _dosym8_canonicalize foo/bar/../../../baz
+teq '*' _dosym8_canonicalize '*'
for f in ref_dosym_r "dosym8 -r"; do
teq ../../bin/foo ${f} /bin/foo /usr/bin/foo