Skip to content

Commit

Permalink
fs-won: fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Feb 2, 2025
1 parent 7073749 commit 9504408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/fs-own
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function fs_own_test() (
eval-tester --ignore-stdout -- fs-own --recursive --changes "$flag" -- "$dir"
eval-tester --ignore-stdout -- fs-own --recursive --quiet "$flag" -- "$dir"
eval-tester --ignore-stdout -- fs-own --recursive --verbose "$flag" -- "$dir"
fs-structure -- "$root" "$dir"
fs-structure -- "$root" "$dir" || :
done

# @todo confirm dir and subfile, because of recursion, matched
Expand Down

0 comments on commit 9504408

Please sign in to comment.