Skip to content

Conversation

Muph0
Copy link

@Muph0 Muph0 commented May 26, 2022

Add test for cding to a long path.

- run in tmp dir
- add x bit
- make sure path shorter than PATH_MAX
#/bin/bash

dir=long-path-123456
tmpdir=$(mktemp -d)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be prudent to check if the tmpdir is non-empty and exit 1 otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants