Skip to content

Commit

Permalink
t9803: Update commit messages and description
Browse files Browse the repository at this point in the history
replacing `test -e` with test_path_exists,
	  `test ! -e` with test_path_is_missing
	  `test -f` with test_path_is_file
These helper functions will run the `test` command with the
corresponding flags and will echo a message if the assert fails.
This will provide better debugging logs for test, instead of the
previous method which provided no message

Signed-off-by: Sanchit Jindal <sanchit1053@gmail.com>
  • Loading branch information
sanchit1053 committed Mar 21, 2024
1 parent 1eeb082 commit 38caf97
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 38caf97

Please sign in to comment.