diff options
Diffstat (limited to 'test/projectile-test.el')
| -rw-r--r-- | test/projectile-test.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/projectile-test.el b/test/projectile-test.el index 25c96f1..7864c09 100644 --- a/test/projectile-test.el +++ b/test/projectile-test.el @@ -537,12 +537,10 @@ Just delegates OPERATION and ARGS for all operations except for`shell-command`'. (projectile-test-with-sandbox (projectile-test-with-files ("project/" - "project/.git/" "project/existing.txt") (let ((default-directory (file-truename (expand-file-name "project/"))) (projectile-git-use-fd nil) - (projectile-fd-executable nil) - (projectile-indexing-method 'alien)) + (projectile-fd-executable nil)) ;; Initialize a real git repo, commit a file, then delete it without staging (call-process "git" nil nil nil "init") (call-process "git" nil nil nil "config" "user.email" "test@test.com") |
