mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 15:00:07 +00:00
test(purge): fix glob quoting in path assertion
This commit is contained in:
@@ -139,7 +139,7 @@ format_purge_target_path "$HOME/www/app/node_modules"
|
||||
EOF
|
||||
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" == "~/www/app/node_modules" ]]
|
||||
[[ "$output" == \~/www/app/node_modules ]]
|
||||
}
|
||||
|
||||
@test "filter_nested_artifacts: removes nested node_modules" {
|
||||
|
||||
Reference in New Issue
Block a user