]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Make recent dired tests check for external executables"
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 21 Sep 2021 17:04:46 +0000 (19:04 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 21 Sep 2021 17:05:49 +0000 (19:05 +0200)
This reverts commit 98a17f30b8314e40a1edefac3d542d3e105c7bd6.

Reverting parent commit.

test/lisp/dired-aux-tests.el

index af0d8b09366a60e921a66e5140a790b337de26d3..5888f4cd993c212795d36021fd2570bcc3ed38c9 100644 (file)
 
 (ert-deftest dired-test-bug47058-tar ()
   "test for https://debbugs.gnu.org/47058 ."
-  (skip-unless (and (executable-find "tar")
-                    (executable-find "gzip")))
   (dired-test-bug47058-fn "tar -cf - %i | gzip -c9 > %o"
                            "gzip -dc %i | tar -xf - -C %c"
                            ".tar.gz"))
 
 (ert-deftest dired-test-bug47058-zip ()
   "test for https://debbugs.gnu.org/47058 ."
-  (skip-unless (and (executable-find "zip")
-                    (executable-find "unzip")))
   (dired-test-bug47058-fn "zip %o -r --filesync %i"
                            "unzip -o -d %o %i"
                            ".zip"))