Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KBD Mount: Command Prints Mountpoints Twice #2380

Closed
sanssecours opened this issue Feb 7, 2019 · 3 comments
Closed

KBD Mount: Command Prints Mountpoints Twice #2380

sanssecours opened this issue Feb 7, 2019 · 3 comments

Comments

@sanssecours
Copy link
Member

Steps to Reproduce the Problem

Enter the following commands:

kdb mount config.ecf user/tests/dump dump
kdb mount config.yaml user/tests/yaml yamlcpp
kdb mount
#> config.ecf on user/tests/dump with name user/tests/dump
#> config.yaml on user/tests/yaml with name user/tests/yaml
kdb mount -1

.

Expected Result

The last command prints the following output:

user/tests/dump
user/tests/yaml

.

Actual Result

The command kdb mount -1 prints the following:

user/tests/dump
user/tests/dump
user/tests/yaml
user/tests/yaml

.

System Information

  • Elektra Version: master
  • macOS 10.14.3
@markus2330
Copy link
Contributor

As written in #1844, we also need regression tests for the -0 (and -1) feature. Or we remove the feature.

@markus2330 markus2330 removed this from the 0.8.26 milestone Feb 25, 2019
@markus2330 markus2330 removed the urgent label Aug 2, 2019
@markus2330 markus2330 added this to the 0.9.* milestone Aug 2, 2019
@stale
Copy link

stale bot commented Aug 1, 2020

I mark this issue stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping the issue by writing a message here or create a new issue with the remainder of this issue.
Thank you for your contributions 💖

@stale stale bot added the stale label Aug 1, 2020
@stale
Copy link

stale bot commented Aug 15, 2020

I closed this issue now because it has been inactive for more than one year. If I closed it by mistake, please do not hesitate to reopen it or create a new issue with the remainder of this issue.
Thank you for your contributions 💖

@stale stale bot closed this as completed Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants