diff options
Diffstat (limited to 'tests/common/delete.sh')
-rw-r--r-- | tests/common/delete.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/delete.sh b/tests/common/delete.sh index 3709897..89cf2a2 100644 --- a/tests/common/delete.sh +++ b/tests/common/delete.sh @@ -1,5 +1,5 @@ clean_scratch -touchp scratch/foo/bar/baz +"$XTOUCH" -p scratch/foo/bar/baz # Don't try to delete '.' (cd scratch && invoke_bfs . -delete) |